IVsTask.IsCanceled-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab, ob die Aufgabengruppe abgebrochen wird. Wenn true, die Aufgabengruppe abgebrochen wird.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[DispIdAttribute(1610678282)]
bool IsCanceled { get; }
[DispIdAttribute(1610678282)]
property bool IsCanceled {
    bool get();
}
[<DispIdAttribute(1610678282)>]
abstract IsCanceled : bool with get
<DispIdAttribute(1610678282)>
ReadOnly Property IsCanceled As Boolean

Eigenschaftswert

Type: System.Boolean

Siehe auch

IVsTask-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang