IVsOperationProgressStageStatusForSolutionLoad.WaitForCompletionAsync 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.
Waits for solution load and any in-progress work to complete. If no work was in progress, it completes when solution is loaded.
public:
System::Threading::Tasks::Task ^ WaitForCompletionAsync();
public System.Threading.Tasks.Task WaitForCompletionAsync ();
abstract member WaitForCompletionAsync : unit -> System.Threading.Tasks.Task
Public Function WaitForCompletionAsync () As Task
Returns
A task that transitions to a completed state when the work in-progress has completed.