This document is archived and information here might be outdated. Recommended version. |
Retrieves an object from the array by index.
[Visual Basic .NET] Public Function Get ( _ ByVal Index As Integer _ ) As Object
[C#] public object Get ( int Index );
[C++]
HRESULT Get(
long Index
);
[C++]
Parameters Index [in]
Index is a parameter of type long