PropertyEntryCollection.Count 属性

定义

获取此集合中的实例数 PropertyEntry (通常是父 PropertyValue级的子属性数)。

public:
 abstract property int Count { int get(); };
public abstract int Count { get; }
member this.Count : int
Public MustOverride ReadOnly Property Count As Integer

属性值

一个整数,指定此集合中的实例数。

适用于