SearchFilterDataSource Class

Definition

Implements the data source for the filter of the Visual Studio common search control.

public ref class SearchFilterDataSource : Microsoft::Internal::VisualStudio::PlatformUI::GelDependencyObject
[Windows::Foundation::Metadata::WebHostHidden]
class SearchFilterDataSource : Microsoft::Internal::VisualStudio::PlatformUI::GelDependencyObject
public class SearchFilterDataSource : Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
type SearchFilterDataSource = class
    inherit GelDependencyObject
Public Class SearchFilterDataSource
Inherits GelDependencyObject
Inheritance
Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
SearchFilterDataSource

Constructors

SearchFilterDataSource()

Creates a new instance of the class.

Fields

ApplyFilterVerb

The ApplyFilter verb.

DisplayTextProperty

The filter’s display text.

TooltipProperty

The filter’s tooltip.

Properties

DisplayText

Gets or sets the display text of the filter.

Tooltip

Gets or sets the tooltip for the filter.

Methods

OnApplyFilter(SearchFilterDataSource+FilterData)

Runs when the filter is applied.

Applies to