Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the running document table (RDT) and provides additional functionality beyond the IVsRunningDocumentTable2 interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("30525828-BD80-4BDF-9255-D1E0E1C0F34F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsRunningDocumentTable3
[GuidAttribute("30525828-BD80-4BDF-9255-D1E0E1C0F34F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocumentTable3
[GuidAttribute(L"30525828-BD80-4BDF-9255-D1E0E1C0F34F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsRunningDocumentTable3
[<GuidAttribute("30525828-BD80-4BDF-9255-D1E0E1C0F34F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRunningDocumentTable3 = interface end
public interface IVsRunningDocumentTable3
The IVsRunningDocumentTable3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetRelatedSaveTreeItems | Retrieves the related save tree items for a document. |
![]() |
IsDocumentDirty | Indicates whether the document has changed since the last save. |
![]() |
IsDocumentReadOnly | Indicates whether the document is a read-only document. |
![]() |
NotifyDocumentChangedEx | Notifies the client when changes are made to the document. |
![]() |
UpdateDirtyState | Updates the status of the dirty state. |
![]() |
UpdateReadOnlyState | Updates the document’s read-only state. |
Top