IVsRunningDocumentTable3 Methods

 

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

NameDescription
System_CAPS_pubmethodGetRelatedSaveTreeItems(UInt32, UInt32, UInt32, array<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: