SearchControlDataSource::SearchFilters Property

 

Gets or sets the collection search filters for the search control data source.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property UIDataSourceCollection^ SearchFilters {
	UIDataSourceCollection^ get();
	void set(UIDataSourceCollection^ value);
}

Property Value

Type: Microsoft.Internal.VisualStudio.PlatformUI::UIDataSourceCollection^

Returns the search filter collection.

Return to top
Show: