Gets the MRU at the specified index.
Read-only property
[Visual Basic .NET] |
---|
Public Property Item( _ ByVal index As System.Object _ ) As String |
[C#] |
---|
public string this[ System.Object index ] {get;} |
[Managed C++] |
---|
public: __property String __gc ^^ get_Item( VARIANT index ); |
[Java] |
---|
public String getItem( AgVariant index ); |
- index