IVsAsyncSolution.SaveSolutionElementAsync 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.
Saves a solution element asynchronously.
public Microsoft.VisualStudio.Shell.Interop.IVsTask SaveSolutionElementAsync (uint saveOpts, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy? hierarchy, uint docCookie, Microsoft.VisualStudio.Shell.Interop.IVsProgress? progress);
abstract member SaveSolutionElementAsync : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * uint32 * Microsoft.VisualStudio.Shell.Interop.IVsProgress -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function SaveSolutionElementAsync (saveOpts As UInteger, hierarchy As IVsHierarchy, docCookie As UInteger, progress As IVsProgress) As IVsTask
Parameters
- saveOpts
- UInt32
The save options.
- hierarchy
- IVsHierarchy
The hierarchy.
- docCookie
- UInt32
The document cookie.
- progress
- IVsProgress
The interface through which progress is reported.
Returns
A task representing the asynchronous operation.
Remarks
This method is safe to access from any thread.