Recent |
public class RecentOpenBase : IRecentOpen
The RecentOpenBase type exposes the following members.
| Name | Description | |
|---|---|---|
| RecentOpenBase | Initializes a new instance of the RecentOpenBase class. |
| 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. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| FileRemoved | Handles removal of a file from the recent file list. | |
| FileRenamed | Handles renaming of a file in the recent file list. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RemoveRecentProject | Removes one project file from the collection of recently opened project files. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| PropertyKeyRecentFiles | Gets the property key used to persist recent files. |