Public Property Item( _ ByVal index As Integer _ ) As String
public string this[ int index ] {get;}
public: __property String __gc ^^ get_Item( int index );
public: HRESULT get_Item( long index, BSTR* pFileName );
public String getItem( int index );
@property def Item(self) -> str: