IVsTask.ContinueWithEx-Methode: (UInt32, UInt32, IVsTaskBody, Object)

 

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

  • 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