IVsSearchQuery.SearchString-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft die ursprüngliche Zeichenfolge für die Suche.

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

Syntax

[DispIdAttribute(1610678272)]
string SearchString { get; }
[DispIdAttribute(1610678272)]
property String^ SearchString {
    String^ get();
}
[<DispIdAttribute(1610678272)>]
abstract SearchString : string with get
<DispIdAttribute(1610678272)>
ReadOnly Property SearchString As String

Eigenschaftswert

Type: System.String

Die ursprüngliche Suchzeichenfolge.

Siehe auch

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

Zurück zum Anfang