SearchProviderSettingsDataSource.PropertyNames Class
Identifies the names of the search provider settings properties of the Visual Studio common search control.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.SearchProviderSettingsDataSource.PropertyNames
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class PropertyNames
public static class PropertyNames
public ref class PropertyNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type PropertyNames = class end
public final class PropertyNames
The SearchProviderSettingsDataSource.PropertyNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
SearchProgressType | The name of the value indicating the progress type supported by the search provider. Name is “SearchProgressType”. Default search progress type is 0 (SPT_NONE); do not display progress type. Progress type value can be 0 (SPT_NONE, no display), 1 (SPT_INDETERMINATE, infinite-loop animation) or 2 (SPT_DETERMINATE, 0-100% progress bar). | |
SearchResultsCacheable | The name of the flag indicating whether this search provider can cache the text properties of the search result items for faster recent item retrieval. Name is “SearchResultsCacheable”. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.