IVsWindowSearchEvents Interface
Notifies the window host that changes occurred to the search filters or options that have to be reflected in the UI.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("A1702207-BF76-4A77-AD7D-0F41C558FDD3")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsWindowSearchEvents
[GuidAttribute("A1702207-BF76-4A77-AD7D-0F41C558FDD3")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchEvents
[GuidAttribute(L"A1702207-BF76-4A77-AD7D-0F41C558FDD3")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsWindowSearchEvents
[<GuidAttribute("A1702207-BF76-4A77-AD7D-0F41C558FDD3")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchEvents = interface end
public interface IVsWindowSearchEvents
The IVsWindowSearchEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
SearchFiltersChanged | Provides notification that there was a change in the search filters (for example, filters were added or removed, displayed text changed, and so on). | |
SearchOptionsChanged | Provides notification that there was a change in the search options (for example, options were added or removed, displayed text changed, and so on). | |
SearchOptionValueChanged | Provides notification that there was a change in the Boolean search option's value. |
Top