Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PropertyConverterType Enumeration

 

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)

public enum class PropertyConverterType

Member nameDescription
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.

Return to top
Show: