SearchProviderSettingsDataSource.PropertyNames Class

Definition

Identifies the names of the search provider settings properties of the Visual Studio common search control.

public: ref class SearchProviderSettingsDataSource::PropertyNames abstract sealed
class SearchProviderSettingsDataSource::PropertyNames abstract sealed
public static class SearchProviderSettingsDataSource.PropertyNames
type SearchProviderSettingsDataSource.PropertyNames = class
Public Class SearchProviderSettingsDataSource.PropertyNames
Inheritance
SearchProviderSettingsDataSource.PropertyNames

Fields

SearchProgressType

The name of the property indicating the progress type supported by the search provider. VSUI_TYPE_DWORD(VSSEARCHPROGRESSTYPE). Default=SPT_NONE.

SearchResultsCacheable

The name of the property indicating Whether the Most Recently Executed provider (IVsMRESearchProvider) can cache the text properties of the result items for faster recent item retrieval. VSUI_TYPE_BOOL. Default=True.

Applies to