IVsRunningDocumentTable3 Interface

 

Represents the running document table (RDT) and provides additional functionality beyond the IVsRunningDocumentTable2 interface.

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

[GuidAttribute("30525828-BD80-4BDF-9255-D1E0E1C0F34F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocumentTable3

NameDescription
System_CAPS_pubmethodGetRelatedSaveTreeItems(UInt32, UInt32, UInt32, VSSAVETREEITEM[])

Retrieves the related save tree items for a document.

System_CAPS_pubmethodIsDocumentDirty(UInt32)

Indicates whether the document has changed since the last save.

System_CAPS_pubmethodIsDocumentReadOnly(UInt32)

Indicates whether the document is a read-only document.

System_CAPS_pubmethodNotifyDocumentChangedEx(UInt32, UInt32)

Notifies the client when changes are made to the document.

System_CAPS_pubmethodUpdateDirtyState(UInt32)

Updates the status of the dirty state.

System_CAPS_pubmethodUpdateReadOnlyState(UInt32)

Updates the document’s read-only state.

Return to top
Show: