Share via


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
CssIterationPicker The editor for iterating through CSS settings.
CssProjectStructurePicker The editor for picking from a list of CSS project structures.
DataConnectionPicker The editor for picking from a list of data connections.
NoEditor No editor is specified.
TestCategoryPicker
WorkItemsPicker The editor for picking from a list of work items.

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace