IVsRunningDocumentTable6 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.
[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
Remarks
This interface must be accessed on the main thread.
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. |