CategoryEntry.Properties 属性

在派生类中重写时,获取该类别中的所有属性。

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

语法

声明
Public MustOverride ReadOnly Property Properties As IEnumerable(Of PropertyEntry)
    Get
public abstract IEnumerable<PropertyEntry> Properties { get; }
public:
virtual property IEnumerable<PropertyEntry^>^ Properties {
    IEnumerable<PropertyEntry^>^ get () abstract;
}
abstract Properties : IEnumerable<PropertyEntry>
abstract function get Properties () : IEnumerable<PropertyEntry>

属性值

类型:System.Collections.Generic.IEnumerable<PropertyEntry>
该类别中的所有属性的可枚举集合。

备注

您还可以使用 Item 提供的索引器访问此属性。

.NET Framework 安全性

请参见

参考

CategoryEntry 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构

索引器(C# 编程指南)