SearchUtilities.BuildSearchString Method (IVsSearchQuery)
Rebuilds a search string from the specified search query.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaração
Public Shared Function BuildSearchString ( _
searchQuery As IVsSearchQuery _
) As String
public static string BuildSearchString(
IVsSearchQuery searchQuery
)
Parameters
- searchQuery
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery
The search query from which to build the search string.
Return Value
Type: System.String
Returns the search string specified by the search query.
.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.