IVsSearchQuery Interface

Describes a structured search string.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
<GuidAttribute("6223B428-B465-4B2B-864A-D0FFBC4741FD")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchQuery
[GuidAttribute("6223B428-B465-4B2B-864A-D0FFBC4741FD")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchQuery
[GuidAttribute(L"6223B428-B465-4B2B-864A-D0FFBC4741FD")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchQuery
[<GuidAttribute("6223B428-B465-4B2B-864A-D0FFBC4741FD")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchQuery =  interface end
public interface IVsSearchQuery

The IVsSearchQuery type exposes the following members.

Properties

  Name Description
Public property ParseError Gets whether there was any error while parsing the search string into tokens.
Public property SearchString Gets the original search string.

Top

Methods

  Name Description
Public method _VtblGap1_1
Public method GetTokens Gets the search tokens.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace