SearchControlDataSource.PropertyNames Class
Represents the names of the search control data source properties.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.PlatformUI.SearchControlDataSource.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 SearchControlDataSource.PropertyNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
HelpTopic | The name of the help topic attribute of the search control data source. Value is “HelpTopic”. | |
SearchFilters | The name of the collection search filters for the search control data source. Value is “SearchFilters”. | |
SearchMRUItems | The name of the collection most-recently-used (MRU) items for the search control data source. Value is “SearchMRUItems”. | |
SearchOptions | The name of the collection of search options for the search control data source. Value is “SearchOptions”. | |
SearchProgress | The name of the search progress value for the search control data source. Value is “SearchProgress”. | |
SearchSettings | The name of the search settings data source for the search control data source. Value is “SearchSettings”. | |
SearchStatus | The name of the search status of the search control data source. Value is “SearchStatus”. | |
SearchText | The name of the search text for the search control data source. Value is “SearchText”. |
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.