SearchControlDataSource.SearchFilters Property
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.
Gets or sets the collection search filters for the search control data source.
public:
property Microsoft::Internal::VisualStudio::PlatformUI::UIDataSourceCollection ^ SearchFilters { Microsoft::Internal::VisualStudio::PlatformUI::UIDataSourceCollection ^ get(); void set(Microsoft::Internal::VisualStudio::PlatformUI::UIDataSourceCollection ^ value); };
public Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceCollection SearchFilters { get; set; }
member this.SearchFilters : Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceCollection with get, set
Public Property SearchFilters As UIDataSourceCollection
Property Value
Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceCollection
Returns the search filter collection.