PropertyEditorType Enumeration

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

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Enumeration PropertyEditorType
public enum PropertyEditorType
public enum class PropertyEditorType
type PropertyEditorType
public enum PropertyEditorType

Members

Member name Description
NoEditor No editor is specified.
CssProjectStructurePicker The editor for picking from a list of CSS project structures.
CssIterationPicker The editor for iterating through CSS settings.
WorkItemsPicker The editor for picking from a list of work items.
DataConnectionPicker The editor for picking from a list of data connections.
TestCategoryPicker

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace