IVsWindowSearchEvents Interface

Definition

Notifies the window host that changes occurred to the search filters or options that have to be reflected in the UI.

public interface class IVsWindowSearchEvents
public interface class IVsWindowSearchEvents
__interface IVsWindowSearchEvents
[System.Runtime.InteropServices.Guid("A1702207-BF76-4A77-AD7D-0F41C558FDD3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchEvents
[<System.Runtime.InteropServices.Guid("A1702207-BF76-4A77-AD7D-0F41C558FDD3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchEvents = interface
Public Interface IVsWindowSearchEvents
Attributes

Methods

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(IVsWindowSearchBooleanOption)

Provides notification that there was a change in the Boolean search option's value.

Applies to