IVsRunningDocumentTable2 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodCloseDocuments(UInt32, IVsHierarchy^, UInt32)

Closes one or more documents.

System_CAPS_pubmethodFindAndLockDocumentEx(UInt32, String^, IVsHierarchy^, UInt32, IVsHierarchy^, UInt32, IntPtr, UInt32)

Locates a document in the RDT using the document file name, then obtains a read or edit lock on that document.

System_CAPS_pubmethodFindOrRegisterAndLockDocument(UInt32, String^, IVsHierarchy^, UInt32, IntPtr, IVsHierarchy^, UInt32, IntPtr, UInt32)

Adds a lock to a registered or unregistered document.

System_CAPS_pubmethodQueryCloseRunningDocument(String^, Int32)

Closes the specified document, with possible confirmation, if it is open in an incompatible editor.

Return to top
Show: