This document is archived and information here might be outdated. Recommended version. |
The list of Indexes.
[Visual Basic .NET] Public Property Indexes As IIndexes
[C#] public IIndexes Indexes {get; set;}
[C++]
HRESULT get_Indexes(
IIndexes** Indexes
);
[C++]
HRESULT putref_Indexes(
IIndexes* Indexes
);
[C++] Parameters Indexes [out, retval]
Indexes is a parameter of type IIndexes** Indexes [in]
Indexes is a parameter of type IIndexes*