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

このコレクション内のインスタンスの数を指定する整数。

適用対象