IVsWindowSearchOption Interface
Provides displayable options for the window search control.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
<GuidAttribute("77D79CE1-9A26-4DC2-9182-3C5E1D1DFB4C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsWindowSearchOption
[GuidAttribute("77D79CE1-9A26-4DC2-9182-3C5E1D1DFB4C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchOption
[GuidAttribute(L"77D79CE1-9A26-4DC2-9182-3C5E1D1DFB4C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsWindowSearchOption
[<GuidAttribute("77D79CE1-9A26-4DC2-9182-3C5E1D1DFB4C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchOption = interface end
public interface IVsWindowSearchOption
The IVsWindowSearchOption type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayText | Gets a displayable string that is used for the option's text. | |
Tooltip | Gets a string that describes the option. |
Top