This document is archived and information here might be outdated. Recommended version. |
Table mapped as the place name alias table.
[Visual Basic .NET] Public Property AliasTable As IDETable
[C#] public IDETable AliasTable {get; set;}
[C++]
HRESULT get_AliasTable(
IDETable** AliasTable
);
[C++]
HRESULT putref_AliasTable(
IDETable* AliasTable
);
[C++] Parameters AliasTable [out, retval]
AliasTable is a parameter of type IDETable** AliasTable [in]
AliasTable is a parameter of type IDETable*