PropertyConverterType 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.
Enumerates the possible type converters for test object property values.
public enum class PropertyConverterType
public enum PropertyConverterType
type PropertyConverterType =
Public Enum PropertyConverterType
- Inheritance
-
PropertyConverterType
Fields
Name | Value | Description |
---|---|---|
NoTypeConverter | 0 | No type converter available. |
DataTableTypeConverter | 1 | Use a data table type converter. |
ProjectStructureConverter | 2 | Use a project structure type converter |
IterationConverter | 3 | Use an iteration type converter. |
WorkItemListConverter | 4 | Use a work item list converter. |
TimeoutConverter | 5 | Use a time-out converter. |
HostTypeConverter | 6 | |
DataAccessMethodConverter | 7 | |
TestCategoryConverter | 8 | |
PriorityConverter | 9 |