IVsTaskJoinableTask Interface
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.
Interface for attaching a single JoinableTask with an IVsTask instance.
public interface class IVsTaskJoinableTask
public interface class IVsTaskJoinableTask
__interface IVsTaskJoinableTask
public interface IVsTaskJoinableTask
type IVsTaskJoinableTask = interface
Public Interface IVsTaskJoinableTask
Remarks
Meant for MICROSOFT INTERNAL USE ONLY.
Properties
CancellationToken |
Gets the cancellation token used for this task. |
Methods
AssociateJoinableTask(Object) |
Indicates that this IVsTask instance acts as a wrapper around the specified JoinableTask. |