Enumerates the possible type converters for test object property values.
Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Enumeration PropertyConverterType
public enum PropertyConverterType
public enum class PropertyConverterType
type PropertyConverterType
public enum PropertyConverterType
Members
| Member name | Description | |
|---|---|---|
| DataAccessMethodConverter | ||
| DataTableTypeConverter | Use a data table type converter. | |
| HostTypeConverter | ||
| IterationConverter | Use an iteration type converter. | |
| NoTypeConverter | No type converter available. | |
| PriorityConverter | ||
| ProjectStructureConverter | Use a project structure type converter | |
| TestCategoryConverter | ||
| TimeoutConverter | Use a time-out converter. | |
| WorkItemListConverter | Use a work item list converter. |