AsyncSaveResult.FromInterface(IVsAsyncSaveResult) 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.
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.