IVsAsyncShell Interface
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.
[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
Remarks
This interface must be accessed on the main thread.
Methods
SaveDocDataToFileAsync(VSSAVEFLAGS, Object, String, IVsProgress) |
Saves a docdata to a file asynchronously. |