PropertyContainer.DefaultStandardValuesPropertyValueEditor 屬性
取得或設定預設標準值編輯器。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Property DefaultStandardValuesPropertyValueEditor As PropertyValueEditor
Get
Set
public PropertyValueEditor DefaultStandardValuesPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultStandardValuesPropertyValueEditor {
PropertyValueEditor^ get ();
void set (PropertyValueEditor^ value);
}
member DefaultStandardValuesPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultStandardValuesPropertyValueEditor () : PropertyValueEditor
function set DefaultStandardValuesPropertyValueEditor (value : PropertyValueEditor)
屬性值
型別:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
表示預設標準值編輯器的 PropertyValueEditor。
相依性屬性資訊
識別項欄位 |
|
中繼資料屬性設為 true |
None |
備註
當 PropertyEntry 支援 StandardValues (列舉型別或透過 TypeConverter),但未明確地定義 PropertyEntry 或 Type 的 PropertyValueEditor 時,會使用這個編輯器。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.PropertyEditing 命名空間