This document is archived and information here might be outdated. Recommended version. |
The associated view table.
[Visual Basic .NET] Public Property ViewTable As ITable
[C#] public ITable ViewTable {get; set;}
[C++]
HRESULT get_ViewTable(
ITable** ppViewTable
);
[C++]
HRESULT putref_ViewTable(
ITable* ppViewTable
);
[C++] Parameters ppViewTable [out, retval]
ppViewTable is a parameter of type ITable** ppViewTable [in]
ppViewTable is a parameter of type ITable*