IVsSearchQuery Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a structured search string.
public interface class IVsSearchQuery
public interface class IVsSearchQuery
__interface IVsSearchQuery
public interface IVsSearchQuery
[System.Runtime.InteropServices.Guid("6223B428-B465-4B2B-864A-D0FFBC4741FD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchQuery
type IVsSearchQuery = interface
[<System.Runtime.InteropServices.Guid("6223B428-B465-4B2B-864A-D0FFBC4741FD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchQuery = interface
Public Interface IVsSearchQuery
- Attributes
Properties
ParseError |
Gets whether there was any error while parsing the search string into tokens. |
SearchString |
Gets the original search string. |
Methods
GetTokens(UInt32, IVsSearchToken[]) |
Gets the search tokens. |