PropertyEditorType 枚举

此枚举为属性值的编辑器提供有效值。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Enumeration PropertyEditorType
public enum PropertyEditorType
public enum class PropertyEditorType
type PropertyEditorType
public enum PropertyEditorType

成员

成员名称 说明
NoEditor 未指定编辑器。
CssProjectStructurePicker 用于从 CSS 项目结构列表中进行选择的编辑器。
CssIterationPicker 用于循环访问 CSS 设置的编辑器。
WorkItemsPicker 用于从工作项列表中进行选择的编辑器。
DataConnectionPicker 用于从数据连接列表中进行选择的编辑器。
TestCategoryPicker

请参见

参考

Microsoft.VisualStudio.TestTools.Common 命名空间