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