IVsSearchQueryParser.BuildSearchStringFromTokens Method
Retrieves a search string built from a sequence of tokens.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function BuildSearchStringFromTokens ( _
dwTokens As UInteger, _
pSearchTokens As IVsSearchToken() _
) As String
string BuildSearchStringFromTokens(
uint dwTokens,
IVsSearchToken[] pSearchTokens
)
String^ BuildSearchStringFromTokens(
[InAttribute] unsigned int dwTokens,
[InAttribute] array<IVsSearchToken^>^ pSearchTokens
)
abstract BuildSearchStringFromTokens :
dwTokens:uint32 *
pSearchTokens:IVsSearchToken[] -> string
function BuildSearchStringFromTokens(
dwTokens : uint,
pSearchTokens : IVsSearchToken[]
) : String
Parameters
dwTokens
Type: UInt32[in] The number of tokens.
pSearchTokens
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsSearchToken[][in, size_is(dwTokens)] The tokens from which to build the search string.
Return Value
Type: String
The built search string.
.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.