The index of the item contained by the Primitive.
Read-only property
[Visual Basic .NET] |
---|
Public Property Index() As Integer |
[C#] |
---|
public int Index {get;} |
[Managed C++] |
---|
public: __property int get_Index(); |
[Unmanaged C++] |
---|
public: HRESULT get_Index( long * pRetVal ); |
[Java] |
---|
public int getIndex(); |