Provides access to the Running Document Table (RDT) that tracks all currently opened documents in Visual Studio.
The RunningDocumentTable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
RunningDocumentTable | Initializes a new instance of the RunningDocumentTable class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Advise | Enables the client to receive events about changes to the Running Document Table (RDT). |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
FindDocument | Overloaded. Gets information about a specific document from the Running Document Table (RDT). |
![]() |
GetDocumentInfo | Gets information about a document registered in the Running Document Table, given the identifier of the document. |
![]() |
GetEnumerator | Gets an enumerator of the documents in the Running Document Table. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetHierarchyItem | Gets the project that owns the specified document. |
![]() |
GetRunningDocumentContents | Overloaded. Gets the contents of a specified document from the Running Document Table (RDT). |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
LockDocument | Gets a read or edit lock on the specified document. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RegisterAndLockDocument | Creates an entry in the running document table when a document is created or opened. |
![]() |
RenameDocument | Renames a document and optionally gives ownership of the document to the specified project. |
![]() |
SaveFileIfDirty | Saves the specified file if it has changed since the last save. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
Unadvise | Indicates the client is no longer interested in receiving Running Document Table (RDT) events. |
![]() |
UnlockDocument | Releases a read or edit lock on the open document. |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator |
Top
.gif)
.gif)
.gif)
.gif)