IVsRunningDocumentTable3 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetRelatedSaveTreeItems(UInt32, UInt32, UInt32, array<VSSAVETREEITEM>^) | Retrieves the related save tree items for a document. |
![]() | IsDocumentDirty(UInt32) | Indicates whether the document has changed since the last save. |
![]() | IsDocumentReadOnly(UInt32) | Indicates whether the document is a read-only document. |
![]() | NotifyDocumentChangedEx(UInt32, UInt32) | Notifies the client when changes are made to the document. |
![]() | UpdateDirtyState(UInt32) | Updates the status of the dirty state. |
![]() | UpdateReadOnlyState(UInt32) | Updates the document’s read-only state. |
Show:
