IVsTaskJoinableTask.AssociateJoinableTask(Object) Method
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.
Indicates that this IVsTask instance acts as a wrapper around the specified JoinableTask.
public:
void AssociateJoinableTask(System::Object ^ joinableTask);
public:
void AssociateJoinableTask(Platform::Object ^ joinableTask);
void AssociateJoinableTask(winrt::Windows::Foundation::IInspectable const & joinableTask);
public void AssociateJoinableTask (object joinableTask);
abstract member AssociateJoinableTask : obj -> unit
Public Sub AssociateJoinableTask (joinableTask As Object)
Parameters
- joinableTask
- Object
The JoinableTask.