PropertyEntryCollection.Count 属性
定义
获取此集合中的 PropertyEntry 实例数(通常是父 PropertyValue 的子属性的数量)。Gets the number of PropertyEntry instances in this collection (typically the number of sub-properties for the parent PropertyValue).
public:
abstract property int Count { int get(); };
public abstract int Count { get; }
member this.Count : int
Public MustOverride ReadOnly Property Count As Integer
属性值
一个整数,它指定此集合中的实例数。An integer that specifies the number of instances in this collection.