SearchControlDataSource.SearchFilters Property

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

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

Syntax

'Declaration
Public Property SearchFilters As UIDataSourceCollection
public UIDataSourceCollection SearchFilters { get; set; }
public:
property UIDataSourceCollection^ SearchFilters {
    UIDataSourceCollection^ get ();
    void set (UIDataSourceCollection^ value);
}
member SearchFilters : UIDataSourceCollection with get, set
function get SearchFilters () : UIDataSourceCollection 
function set SearchFilters (value : UIDataSourceCollection)

Property Value

Type: UIDataSourceCollection
Returns the search filter collection.

.NET Framework Security

See Also

Reference

SearchControlDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace