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

プロパティ値

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

適用対象