PropertyEditorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |