SearchProviderSettingsDataSource.PropertyNames Class
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.
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. |