Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
ParseError | Gets whether there was any error while parsing the search string into tokens. |
![]() |
SearchString | Gets the original search string. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
_VtblGap1_1 | |
![]() |
GetTokens | Gets the search tokens. |
Top
.gif)
.gif)