IVsWindowSearchFilter Interface
Provides information about the window search filter.
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
<GuidAttribute("E807AAEC-6DDF-41A0-8B5B-8A0A630A7648")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsWindowSearchFilter
[GuidAttribute("E807AAEC-6DDF-41A0-8B5B-8A0A630A7648")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchFilter
[GuidAttribute(L"E807AAEC-6DDF-41A0-8B5B-8A0A630A7648")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsWindowSearchFilter
[<GuidAttribute("E807AAEC-6DDF-41A0-8B5B-8A0A630A7648")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchFilter = interface end
public interface IVsWindowSearchFilter
The IVsWindowSearchFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayText | Gets a displayable string that is used on the filter button in the UI. | |
Tooltip | Gets a string that describes the search filter functionality. |
Top