IVsProvideAsyncSaveState Interface

Definition

Optional interface that can be implemented by docdata objects that need to preserve state data at the beginning of an aync save operation.

[System.Runtime.InteropServices.Guid("ba50abcc-be56-46a2-9c5b-2424c06a70cb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProvideAsyncSaveState
[<System.Runtime.InteropServices.Guid("ba50abcc-be56-46a2-9c5b-2424c06a70cb")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProvideAsyncSaveState = interface
Public Interface IVsProvideAsyncSaveState
Attributes

Methods

GetAsyncSaveState()

Returns a state object (such as a checkpoint) for an async save operation.

Applies to