IVsRunningDocumentTable3 Interface

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

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("30525828-BD80-4BDF-9255-D1E0E1C0F34F")> _
Public Interface IVsRunningDocumentTable3
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("30525828-BD80-4BDF-9255-D1E0E1C0F34F")]
public interface IVsRunningDocumentTable3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"30525828-BD80-4BDF-9255-D1E0E1C0F34F")]
public interface class IVsRunningDocumentTable3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("30525828-BD80-4BDF-9255-D1E0E1C0F34F")>]
type IVsRunningDocumentTable3 =  interface end
public interface IVsRunningDocumentTable3

The IVsRunningDocumentTable3 type exposes the following members.

Methods

  Name Description
Public method GetRelatedSaveTreeItems Retrieves the related save tree items for a document.
Public method IsDocumentDirty Indicates whether the document has changed since the last save.
Public method IsDocumentReadOnly Indicates whether the document is a read-only document.
Public method NotifyDocumentChangedEx Notifies the client when changes are made to the document.
Public method UpdateDirtyState Updates the status of the dirty state.
Public method UpdateReadOnlyState Updates the document’s read-only state.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace