This document is archived and information here might be outdated. Recommended version. |
Replaces the specified standalone table's IName with the given IName.
[Visual Basic .NET] Public Sub ReplaceName ( _ ByVal pStandaloneTable As IStandaloneTable, _ ByVal pName As IName, _ ByVal validate As Boolean _ )
[C#] public void ReplaceName ( IStandaloneTable pStandaloneTable, IName pName, bool validate );
[C++]
HRESULT ReplaceName(
IStandaloneTable* pStandaloneTable,
IName* pName,
VARIANT_BOOL validate
);
[C++] Parameters pStandaloneTable [in]
pStandaloneTable is a parameter of type IStandaloneTable* pName [in]
pName is a parameter of type IName* validate [in]
validate is a parameter of type bool