IRecent |
public interface IRecentOpen
The IRecentOpen type exposes the following members.
Name | Description | |
---|---|---|
![]() | RecentFiles | Gets the collection of recently opened files (other than project files). |
![]() | RecentProjects | Gets the collection of recently opened project files. |
Name | Description | |
---|---|---|
![]() | AddRecentFile | Adds a file to the collection of recently opened files (other than project files). |
![]() | AddRecentProject | Adds a project file to the collection of recently opened project files. |
![]() | ClearRecentFiles | Clears the collection of recently opened files (other than project files). |
![]() | ClearRecentProjects | Clears the collection of recently opened project files. |
![]() | RemoveRecentProject | Removes one project file from the collection of recently opened project files. |