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 | |
|---|---|---|
| .gif) | AdviseRunningDocTableEvents | Enables the client to receive notifications of changes to the Running Document Table (RDT). | 
| .gif) | FindAndLockDocument | Locates a document in the RDT using the document file name, then obtains a read or edit lock on that document. | 
| .gif) | GetDocumentInfo | Returns information about a document registered in the RDT, given the cookie. | 
| .gif) | GetRunningDocumentsEnum | Enumerates through all documents in the RDT. | 
| .gif) | LockDocument | Obtains a read or edit lock on a document when it is opened. | 
| .gif) | ModifyDocumentFlags | Modifies the RDT document flags for a registered document. | 
| .gif) | NotifyDocumentChanged | Notifies the client when changes are made to the document. | 
| .gif) | NotifyOnAfterSave | Fires after a document in the RDT has been saved. | 
| .gif) | NotifyOnBeforeSave | Fires before a document in the RDT is saved. | 
| .gif) | RegisterAndLockDocument | Creates an entry in the running document table when a document is created or opened. | 
| .gif) | RegisterDocumentLockHolder | Registers a document lock holder in the running document table. | 
| .gif) | RenameDocument | Renames and/or changes the ownership of a document. | 
| .gif) | SaveDocuments | Determines the save options used to save documents. | 
| .gif) | UnadviseRunningDocTableEvents | Disables the client from receiving notifications of changes to the RDT. | 
| .gif) | UnlockDocument | Releases a read or edit lock on the open document. | 
| .gif) | UnregisterDocumentLockHolder | Unregisters a document lock holder in the running document table. | 
Top