SearchUtilities.BuildSearchString Method (array<IVsSearchToken )
Rebuilds a search string from the specified search tokens.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Shared Function BuildSearchString ( _
searchTokens As IVsSearchToken() _
) As String
public static string BuildSearchString(
IVsSearchToken[] searchTokens
)
Parameters
- searchTokens
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsSearchToken[]
The array of search tokens from which to build the search string.
Return Value
Type: System.String
Returns the search string built from the specified search tokens.
.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.