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 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 ContinueWith(
uint context,
IVsTaskBody pTaskBody
)
IVsTask^ ContinueWith(
unsigned int context,
IVsTaskBody^ pTaskBody
)
abstract ContinueWith :
context:uint32 *
pTaskBody:IVsTaskBody -> IVsTask
Function ContinueWith (
context As UInteger,
pTaskBody As IVsTaskBody
) As IVsTask
Parameter
context
Type: System.UInt32[in] Die Position, um diesen Task auszuführen. Die Werte reichen von __VSTASKRUNCONTEXT.
pTaskBody
Type: Microsoft.VisualStudio.Shell.Interop.IVsTaskBody[in] Auszuführende Aktion.
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