Returns a collection most recently used
files.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property MRUList() As IAgMRUCollection
|
| [C#] |
|---|
public IAgMRUCollection MRUList {get;}
|
| [Managed C++] |
|---|
public: __property IAgMRUCollection^ get_MRUList();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MRUList(
|
| [Java] |
|---|
public IAgMRUCollection getMRUList();
|