IVsAsyncRunningDocumentTable3.GetAsyncSaveState Method       
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.
Retrieves the state object (such as a checkpoint) for an async save operation.
public object? GetAsyncSaveState(Microsoft.VisualStudio.Shell.Interop.IVsProvideAsyncSaveState provider);abstract member GetAsyncSaveState : Microsoft.VisualStudio.Shell.Interop.IVsProvideAsyncSaveState -> objPublic Function GetAsyncSaveState (provider As IVsProvideAsyncSaveState) As ObjectParameters
- provider
- IVsProvideAsyncSaveState
The provider of the state object.