IVsTaskCompletionSource::AddDependentTask Method (IVsTask^)
Visual Studio 2015
Adds the specified task to the task completion sources dependent task list. Then if Wait is called on IVsTaskCompletionSource.Task, the UI can be unblocked correctly.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- pTask
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsTask^
The task to add to the list.
Show: