InputAttribute.EditorType プロパティ

このプロパティに使用するエディタの種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Property EditorType As Type
'使用
Dim instance As InputAttribute
Dim value As Type

value = instance.EditorType

instance.EditorType = value
public Type EditorType { get; set; }
public:
property Type^ EditorType {
    Type^ get ();
    void set (Type^ value);
}
public function get EditorType () : Type
public function set EditorType (value : Type)

プロパティ値

型 : System.Type
エディタの種類を格納する Type

解説

エディタは、UITypeEditor から派生したクラスである必要があります。

参照

参照

InputAttribute クラス

InputAttribute メンバ

Microsoft.Data.Schema.DataGenerator 名前空間