Include Protected Members
Include Inherited Members
Represents the running document table (RDT) and provides additional functionality beyond the IVsRunningDocumentTable interface.
The IVsRunningDocumentTable2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CloseDocuments | Closes one or more documents. |
![]() |
FindAndLockDocumentEx | Locates a document in the RDT using the document file name, then obtains a read or edit lock on that document. |
![]() |
FindOrRegisterAndLockDocument | Adds a lock to a registered or unregistered document. |
![]() |
QueryCloseRunningDocument | Closes the specified document, with possible confirmation, if it is open in an incompatible editor. |
Top