IVsTaskJoinableTask::AssociateJoinableTask Method (Object^)

 

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

void AssociateJoinableTask(
	Object^ joinableTask
)

Parameters

joinableTask
Type: System::Object^

The JoinableTask.

Return to top
Show: