IVsTaskJoinableTask Interface
Visual Studio 2015
An interface that allows attaching a single JoinableTask to an IVsTask instance.
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | CancellationToken | Gets the cancellation token used for this task. |
| Name | Description | |
|---|---|---|
![]() | AssociateJoinableTask(Object) | Indicates that this IVsTask instance acts as a wrapper around the specified JoinableTask. |
Show:

