SearchFilterDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.GelDependencyObjectSearchFilterDataSource
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. |