SearchControlDataSource.SearchOptions Property

Definition

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.

Applies to