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,表示默认的标准值编辑器。

依赖项属性信息

标识符字段

DefaultStandardValuesPropertyValueEditorProperty

设置为 true 的元数据属性

备注

PropertyEntry 支持 StandardValues(枚举或通过 TypeConverter),并且没有为 PropertyEntryType 显式定义 PropertyValueEditor 时,将使用此编辑器。

.NET Framework 安全性

请参见

参考

PropertyContainer 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构

依赖项属性概述