Gets the element at the specified index within the collection.
'Declaration
Public Overridable ReadOnly Default Property Item( _
ByVal As Integer _
) As Object
'Usage
Dim instance As Elements
Dim index As Integer
Dim value As Object
value = instance.Item(index)
Parameters
- index