SearchControlDataSource::SearchOptions Property

 

Gets or sets the collection of search options 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^ SearchOptions {
	UIDataSourceCollection^ get();
	void set(UIDataSourceCollection^ value);
}

Property Value

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

Returns the collection of search options.

Return to top
Show: