SearchUtilities.CreateSearchQuery Method
Creates a new search query from the specified search string.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Shared Function CreateSearchQuery ( _
searchString As String _
) As IVsSearchQuery
public static IVsSearchQuery CreateSearchQuery(
string searchString
)
Parameters
- searchString
Type: System.String
String to parse into a search query.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchQuery
Returns the search query created from the specified 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.