IVsProvideAsyncSaveState 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.
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. |