InputAttribute.EditorType 属性

获取或设置用于此属性的编辑器类型。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public Property EditorType As Type
    Get
    Set
public Type EditorType { get; set; }
public:
property Type^ EditorType {
    Type^ get ();
    void set (Type^ value);
}
member EditorType : Type with get, set
function get EditorType () : Type
function set EditorType (value : Type)

属性值

类型:System.Type
可编辑此属性(必须从 UITypeEditor 派生此属性)的对象类型。

备注

在 Visual Studio 2010 中,该 EditorAttribute 还作为输入属性被接受。 这可支持用不同的未引用程序集创建并且使用程序集限定类型名称的字符串而非类型来指定的用户界面类型编辑器。

.NET Framework 安全性

请参见

参考

InputAttribute 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

UITypeEditor