SearchFilterDataSource.PropertyNames Class
Represents the names of the properties of the search filter data source.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.SearchFilterDataSource.PropertyNames
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class PropertyNames
public static class PropertyNames
The SearchFilterDataSource.PropertyNames type exposes the following members.
Fields
Name | Description | |
---|---|---|
DisplayText | The name of the display text for the search filter data source. Value is “DisplayText”. | |
Tooltip | The name of the tooltip text for the search filter data source. Value is “Tooltip”. |
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.