IVsSearchFilterToken.ParsedTokenText-Eigenschaft

 

Veröffentlicht: Oktober 2016

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

Syntax

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

Eigenschaftswert

Type: System.String

Implementiert

IVsSearchToken.ParsedTokenText

Siehe auch

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

Zurück zum Anfang