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