RunningDocumentTable Members
Include Protected Members
Include Inherited Members
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
Initializes a new instance of the RunningDocumentTable class.
Top
Methods
Name
Description
Enables the client to receive events about changes to the Running Document Table (RDT).
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Overloaded. Gets information about a specific document from the Running Document Table (RDT).
Gets information about a document registered in the Running Document Table, given the identifier of the document.
Gets an enumerator of the documents in the Running Document Table.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the project that owns the specified document.
Overloaded. Gets the contents of a specified document from the Running Document Table (RDT).
Gets the type of the current instance. (Inherited from Object.)
Gets a read or edit lock on the specified document.
Creates a shallow copy of the current Object. (Inherited from Object.)
Creates an entry in the running document table when a document is created or opened.
Renames a document and optionally gives ownership of the document to the specified project.
Saves the specified file if it has changed since the last save.
Returns a string that represents the current object. (Inherited from Object.)
Indicates the client is no longer interested in receiving Running Document Table (RDT) events.
Releases a read or edit lock on the open document.
Top
Explicit Interface Implementations
Name
Description
Enumerates the documents in the Running Document Table.
Top