Public Property Item( _ ByVal index As Integer _ ) As
public string this[ int index ] {get;}
public: __property String __gc ^^ get_Item( int index );
public: HRESULT get_Item( long index, BSTR* ppRetVal );
public String getItem( int index );