IVsAsyncShell Interface

Definition

[System.Runtime.InteropServices.Guid("6fbd992c-3f7c-49ed-a057-588c3415d7d5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncShell
[<System.Runtime.InteropServices.Guid("6fbd992c-3f7c-49ed-a057-588c3415d7d5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncShell = interface
Public Interface IVsAsyncShell
Attributes

Methods

SaveDocDataToFileAsync(VSSAVEFLAGS, Object, String, IVsProgress)

Saves a docdata to a file asynchronously.

Applies to