共用方式為


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