IVsAsyncSolution 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("cdb2cb6b-e8d9-46d8-9a43-57fb82143278")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAsyncSolution
[<System.Runtime.InteropServices.Guid("cdb2cb6b-e8d9-46d8-9a43-57fb82143278")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAsyncSolution = interface
Public Interface IVsAsyncSolution
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
SaveSolutionElementAsync(UInt32, IVsHierarchy, UInt32, IVsProgress) |
Saves a solution element asynchronously. |