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: