SearchOptionDataSource.PropertyNames Class

 

Represents the names of the attributes of a search option data source.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchOptionDataSource.PropertyNames

public static class PropertyNames

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDisplayText

The name of the value of the display text for the search option. Value is “DisplayText”.

System_CAPS_pubfieldSystem_CAPS_staticTooltip

The name of the value of the tooltip text for the search option. Value is “Tooltip”.

System_CAPS_pubfieldSystem_CAPS_staticType

The name of the type for the search option. Value is “Type”.

System_CAPS_pubfieldSystem_CAPS_staticValue

The name of the value of a Boolean search option. Value is “Value”.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: