IVsTaskJoinableTask Interface

 

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)

public interface IVsTaskJoinableTask

NameDescription
System_CAPS_pubpropertyCancellationToken

Gets the cancellation token used for this task.

NameDescription
System_CAPS_pubmethodAssociateJoinableTask(Object)

Indicates that this IVsTask instance acts as a wrapper around the specified JoinableTask.

Return to top
Show: