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.
Veröffentlicht: Oktober 2016
Fügt die angegebene Aktion (mit den angegebenen Optionen) mit diesem Vorgang ausgeführt werden, nachdem die Aufgabe bis zum Abschluss ausgeführt wird. Die Aktion ist auf dem bereitgestellten Kontext aufgerufen.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
IVsTask ContinueWithEx(
uint context,
uint options,
IVsTaskBody pTaskBody,
object pAsyncState
)
IVsTask^ ContinueWithEx(
unsigned int context,
unsigned int options,
IVsTaskBody^ pTaskBody,
Object^ pAsyncState
)
abstract ContinueWithEx :
context:uint32 *
options:uint32 *
pTaskBody:IVsTaskBody *
pAsyncState:Object -> IVsTask
Function ContinueWithEx (
context As UInteger,
options As UInteger,
pTaskBody As IVsTaskBody,
pAsyncState As Object
) As IVsTask
Parameter
context
Type: System.UInt32[in] Die Position, um diesen Task auszuführen. Die Werte reichen von __VSTASKRUNCONTEXT.
options
Type: System.UInt32[in] Ermöglicht die Einrichtung von aufgabenfortsetzungsoptionen. Die Werte reichen von __VSTASKCONTINUATIONOPTIONS.
pTaskBody
Type: Microsoft.VisualStudio.Shell.Interop.IVsTaskBody[in] Auszuführende Aktion.
pAsyncState
Type: System.Object[in] Der asynchrone Status der Aufgabe.
Rückgabewert
Type: Microsoft.VisualStudio.Shell.Interop.IVsTask
Ein neues IVsTask -Instanz, die die aktuelle Aufgabe als übergeordnetes Element hat.
Siehe auch
IVsTask-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace
Zurück zum Anfang