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

屬性值

Int32

指定這個集合中執行個體數目的整數。

適用於