PropertyValue.SubProperties 属性

在派生类中重写时,获取此属性值的子属性。

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

语法

声明
Public MustOverride ReadOnly Property SubProperties As PropertyEntryCollection
    Get
public abstract PropertyEntryCollection SubProperties { get; }
public:
virtual property PropertyEntryCollection^ SubProperties {
    PropertyEntryCollection^ get () abstract;
}
abstract SubProperties : PropertyEntryCollection
abstract function get SubProperties () : PropertyEntryCollection

属性值

类型:Microsoft.Windows.Design.PropertyEditing.PropertyEntryCollection
子属性的集合。

备注

可使用 HasSubProperties 属性确定此属性值是否支持子属性。

.NET Framework 安全性

请参见

参考

PropertyValue 类

Microsoft.Windows.Design.PropertyEditing 命名空间

PropertyEntry

PropertyValueEditor

其他资源

WPF 设计器扩展性

属性编辑体系结构