PropertyContainer.PropertyEntry 属性

获取或设置此 PropertyContainer 对其进行操作的 PropertyEntry 实例。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Property PropertyEntry As PropertyEntry
    Get
    Set
public PropertyEntry PropertyEntry { get; set; }
public:
property PropertyEntry^ PropertyEntry {
    PropertyEntry^ get ();
    void set (PropertyEntry^ value);
}
member PropertyEntry : PropertyEntry with get, set
function get PropertyEntry () : PropertyEntry
function set PropertyEntry (value : PropertyEntry)

属性值

类型:Microsoft.Windows.Design.PropertyEditing.PropertyEntry
PropertyContainer 对其进行操作的 PropertyEntry 实例。

依赖项属性信息

标识符字段

PropertyEntryProperty

设置为 true 的元数据属性

备注

PropertyEntry 实例是 PropertyContainer 的上下文。 公开的编辑器模板(InlineEditorTemplateExtendedEditorTemplateDialogEditorTemplate)基于此属性的值。

.NET Framework 安全性

请参见

参考

PropertyContainer 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构

依赖项属性概述