取得或設定要用於這個屬性的編輯器類型。
命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。