IVsRunningDocumentTable Members
Include Protected Members
Include Inherited Members
Manages the set of currently open documents in the environment.
The IVsRunningDocumentTable type exposes the following members.
Methods
Name
Description
Enables the client to receive notifications of changes to the Running Document Table (RDT).
Locates a document in the RDT using the document file name, then obtains a read or edit lock on that document.
Returns information about a document registered in the RDT, given the cookie.
Enumerates through all documents in the RDT.
Obtains a read or edit lock on a document when it is opened.
Modifies the RDT document flags for a registered document.
Notifies the client when changes are made to the document.
Fires after a document in the RDT has been saved.
Fires before a document in the RDT is saved.
Creates an entry in the running document table when a document is created or opened.
Registers a document lock holder in the running document table.
Renames and/or changes the ownership of a document.
Saves the documents.
Disables the client from receiving notifications of changes to the RDT.
Releases a read or edit lock on the open document.
Unregisters a document lock holder in the running document table.
Top