Share via


AsyncSaveResult.FromInterface(IVsAsyncSaveResult) Method

Definition

Creates an AsyncSaveResult whose contents mirror those of an IVsAsyncSaveResult.

public static Microsoft.VisualStudio.Shell.AsyncSaveResult FromInterface (Microsoft.VisualStudio.Shell.Interop.IVsAsyncSaveResult result);
static member FromInterface : Microsoft.VisualStudio.Shell.Interop.IVsAsyncSaveResult -> Microsoft.VisualStudio.Shell.AsyncSaveResult
Public Shared Function FromInterface (result As IVsAsyncSaveResult) As AsyncSaveResult

Parameters

result
IVsAsyncSaveResult

The result to mirror.

Returns

The new async save result.

Applies to