Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.