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