IVsSearchQuery Interface

 

Describes a structured search string.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[GuidAttribute("6223B428-B465-4B2B-864A-D0FFBC4741FD")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchQuery

NameDescription
System_CAPS_pubpropertyParseError

Gets whether there was any error while parsing the search string into tokens.

System_CAPS_pubpropertySearchString

Gets the original search string.

NameDescription
System_CAPS_pubmethodGetTokens(UInt32, IVsSearchToken[])

Gets the search tokens.

Return to top
Show: