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.12.0 (in Microsoft.VisualStudio.Shell.12.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
Public property DisplayText Gets a displayable string that is used for the option's text.
Public property Tooltip Gets a string that describes the option.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace