Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An interface that allows attaching a single JoinableTask to an IVsTask instance.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
Syntax
'Declaration
Public Interface IVsTaskJoinableTask
public interface IVsTaskJoinableTask
public interface class IVsTaskJoinableTask
type IVsTaskJoinableTask = interface end
public interface IVsTaskJoinableTask
The IVsTaskJoinableTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CancellationToken | Gets the cancellation token used for this task. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AssociateJoinableTask | Indicates that this IVsTask instance acts as a wrapper around the specified JoinableTask. |
Top