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 的元数据属性

备注

PropertyEntryType 未显式定义其自己的 PropertyValueEditor,并且不支持 StandardValues 时,会使用此编辑器。

.NET Framework 安全性

请参见

参考

PropertyContainer 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构

依赖项属性概述