IVsRunningDocumentTable6 Interface

Definition

[System.Runtime.InteropServices.Guid("567793E7-3A62-4704-9481-0CCD1C4EC495")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocumentTable6
[<System.Runtime.InteropServices.Guid("567793E7-3A62-4704-9481-0CCD1C4EC495")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRunningDocumentTable6 = interface
Public Interface IVsRunningDocumentTable6
Attributes

Methods

NotifyOnAfterSave(UInt32, UInt32)

Notifies event listeners that a save has occurred.

NotifyOnBeforeSave(UInt32, UInt32, IVsTask)

Notifies event listeners that a save is about to occur.

Applies to