Compartilhar via


IVsAsyncRunningDocumentTable2.GetAsyncSaveState Method

Definition

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 -> obj
Public Function GetAsyncSaveState (provider As IVsProvideAsyncSaveState) As Object

Parameters

provider
IVsProvideAsyncSaveState

The provider of the state object.

Returns

Implements

Applies to