IVsTask.ContinueWith-Methode: (UInt32, IVsTaskBody)

 

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

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