共用方式為


PropertyContainer.DefaultPropertyValueEditor 屬性

取得或設定預設 PropertyValueEditor

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property DefaultPropertyValueEditor As PropertyValueEditor
    Get
    Set
public PropertyValueEditor DefaultPropertyValueEditor { get; set; }
public:
property PropertyValueEditor^ DefaultPropertyValueEditor {
    PropertyValueEditor^ get ();
    void set (PropertyValueEditor^ value);
}
member DefaultPropertyValueEditor : PropertyValueEditor with get, set
function get DefaultPropertyValueEditor () : PropertyValueEditor
function set DefaultPropertyValueEditor (value : PropertyValueEditor)

屬性值

型別:Microsoft.Windows.Design.PropertyEditing.PropertyValueEditor
表示預設屬性值編輯器的 PropertyValueEditor

相依性屬性資訊

識別項欄位

DefaultPropertyValueEditorProperty

中繼資料屬性設為 true

None

備註

PropertyEntryType 未明確地定義自己的 PropertyValueEditor 而且不支援 StandardValues 時,會使用這個編輯器。

.NET Framework 安全性

請參閱

參考

PropertyContainer 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構

相依性屬性概觀