This document is archived and information here might be outdated. Recommended version. |
Array of selected IDs.
[Visual Basic .NET] Public Property SelectionIDs As ILongArray
[C#] public ILongArray SelectionIDs {get; set;}
[C++]
HRESULT get_SelectionIDs(
ILongArray* LongArray
);
[C++]
HRESULT putref_SelectionIDs(
ILongArray** LongArray
);
[C++] Parameters LongArray [in]
LongArray is a parameter of type ILongArray* LongArray [out, retval]
LongArray is a parameter of type ILongArray**