'Declaration Public Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As XMLSSAttribute
'Usage Dim instance As XMLSSAttributeCollection Dim index As Integer Dim value As XMLSSAttribute value = instance.Item(index)
public XMLSSAttribute Item( int index ) {get;}
Parameters
- index
- The zero-based index at which to get the XMLSSAttribute.