Returns the element at the Index
position.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Element( _
ByVal Index As Integer _
) As Object
|
| [C#] |
|---|
public Object get_Element(
|
| [Managed C++] |
|---|
public: __property IUnknown^ get_Element(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Element(
|
| [Java] |
|---|
public Object getElement(
|
- Index
- Position of the element to retrieve.