IVsRunningDocumentTable3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the running document table (RDT) and provides additional functionality beyond the IVsRunningDocumentTable2 interface.
public interface class IVsRunningDocumentTable3
public interface class IVsRunningDocumentTable3
__interface IVsRunningDocumentTable3
public interface IVsRunningDocumentTable3
[System.Runtime.InteropServices.Guid("30525828-BD80-4BDF-9255-D1E0E1C0F34F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocumentTable3
type IVsRunningDocumentTable3 = interface
[<System.Runtime.InteropServices.Guid("30525828-BD80-4BDF-9255-D1E0E1C0F34F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRunningDocumentTable3 = interface
Public Interface IVsRunningDocumentTable3
- Derived
- Attributes
Methods
GetRelatedSaveTreeItems(UInt32, UInt32, UInt32, 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. |