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.
Provides UI options for the common search control popup.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")> _
Public Interface IVsWindowSearchCommandOption _
Inherits IVsWindowSearchOption
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")]
public interface IVsWindowSearchCommandOption : IVsWindowSearchOption
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"F2BE6603-D990-4810-8C0B-8CD36C5B51E9")]
public interface class IVsWindowSearchCommandOption : IVsWindowSearchOption
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("F2BE6603-D990-4810-8C0B-8CD36C5B51E9")>]
type IVsWindowSearchCommandOption =
interface
interface IVsWindowSearchOption
end
public interface IVsWindowSearchCommandOption extends IVsWindowSearchOption
The IVsWindowSearchCommandOption type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
DisplayText | |
![]() |
Tooltip |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Invoke | Starts an operation when the button is clicked in the search control popup. |
Top
Remarks
UI options supported by the search control are checkboxes (exposed as IVsWindowSearchBooleanOption) and buttons (exposed as IVsWindowSearchCommandOption).
.gif)
.gif)