PropertyWindowAttribute.EditorType 属性

获取属性编辑器类型标记。

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

语法

声明
Public ReadOnly Property EditorType As PropertyEditorType
    Get
public PropertyEditorType EditorType { get; }
public:
property PropertyEditorType EditorType {
    PropertyEditorType get ();
}
member EditorType : PropertyEditorType
function get EditorType () : PropertyEditorType

属性值

类型:Microsoft.VisualStudio.TestTools.Common.PropertyEditorType
属性编辑器类型标记。

.NET Framework 安全性

请参见

参考

PropertyWindowAttribute 类

Microsoft.VisualStudio.TestTools.Common 命名空间

PropertyEditorType