Share via


IVsSearchQuery Interface

Definition

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

Name Description
ParseError

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

SearchString

Gets the original search string.

Methods

Name Description
GetTokens(UInt32, IVsSearchToken[])

Gets the search tokens.

Applies to