SearchControlDataSource::SearchOptions Property
Visual Studio 2015
Gets or sets the collection of search options for the search control data source.
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.
Show: