SearchUtilities.GetSearchToken Method
Gets a search token which parses to the specified text string.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Shared Function GetSearchToken ( _
tokenText As String _
) As IVsSearchToken
public static IVsSearchToken GetSearchToken(
string tokenText
)
Parameters
- tokenText
Type: System.String
The text to use for the token.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchToken
Returns a search token specified by the text.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.