IVsSearchToken::OriginalTokenText Property

 

Gets the original text of the token.

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

[DispIdAttribute(1610678272)]
property String^ OriginalTokenText {
	String^ get();
}

Property Value

Type: System::String^

The original text of the token.

Return to top
Show: