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.
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)
Syntax
'Declaration
Sub AssociateJoinableTask ( _
joinableTask As Object _
)
void AssociateJoinableTask(
Object joinableTask
)
void AssociateJoinableTask(
Object^ joinableTask
)
abstract AssociateJoinableTask :
joinableTask:Object -> unit
function AssociateJoinableTask(
joinableTask : Object
)
Parameters
joinableTask
Type: ObjectThe JoinableTask.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.