IVsSearchTask.ErrorCode-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Fehlercode für die Suche (nur sinnvoll, wenn die Suche ein Fehler aufgetreten ist).

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

Syntax

[DispIdAttribute(1610678277)]
int ErrorCode { get; }
[DispIdAttribute(1610678277)]
property int ErrorCode {
    int get();
}
[<DispIdAttribute(1610678277)>]
abstract ErrorCode : int with get
<DispIdAttribute(1610678277)>
ReadOnly Property ErrorCode As Integer

Eigenschaftswert

Type: System.Int32

Der Fehlercode für die Suche.

Siehe auch

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

Zurück zum Anfang