Freigeben über


IVsSearchToken.OriginalTokenText-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den ursprünglichen Text des Tokens ab.

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

Syntax

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

Eigenschaftswert

Type: System.String

Der ursprüngliche Text des Tokens.

Siehe auch

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

Zurück zum Anfang