SearchProviderSettingsDataSource Class

Definition

This class represents the search provider settings data source used by the Visual Studio common search control.

public ref class SearchProviderSettingsDataSource : Microsoft::Internal::VisualStudio::PlatformUI::GelDependencyObject
[Windows::Foundation::Metadata::WebHostHidden]
class SearchProviderSettingsDataSource : Microsoft::Internal::VisualStudio::PlatformUI::GelDependencyObject
public class SearchProviderSettingsDataSource : Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
type SearchProviderSettingsDataSource = class
    inherit GelDependencyObject
Public Class SearchProviderSettingsDataSource
Inherits GelDependencyObject
Inheritance
Microsoft.Internal.VisualStudio.PlatformUI.GelDependencyObject
SearchProviderSettingsDataSource

Constructors

SearchProviderSettingsDataSource()

Creates a new instance of the search provider settings data source class.

Fields

SearchProgressTypeProperty

Gets the SearchProgressTypeProperty property descriptor for this datasource.

SearchResultsCacheableProperty

Gets the SearchResultsCacheable property descriptor for this datasource.

Properties

SearchProgressType

Gets or sets the progress type to use for this search provider during a search.

SearchResultsCacheable

Gets or sets a value indicating whether the search results for this search provider should have their display properties cached in the Recent Items store when executed.

Applies to