IVsTask.IsFaulted-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab, ob der Vorgang mit einer Ausnahme abgeschlossen. Wenn true, eine Ausnahme aufgetreten ist.

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

Syntax

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

Eigenschaftswert

Type: System.Boolean

Siehe auch

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

Zurück zum Anfang