Share via


PropertyEditorType Enum

Definition

This enumeration provides the valid values for the editor of a property value.

public enum class PropertyEditorType
public enum PropertyEditorType
type PropertyEditorType = 
Public Enum PropertyEditorType
Inheritance
PropertyEditorType

Fields

Name Value Description
NoEditor 0

No editor is specified.

CssProjectStructurePicker 1

The editor for picking from a list of CSS project structures.

CssIterationPicker 2

The editor for iterating through CSS settings.

WorkItemsPicker 3

The editor for picking from a list of work items.

DataConnectionPicker 4

The editor for picking from a list of data connections.

TestCategoryPicker 5

Applies to