言語

ForEachItems.Count プロパティ

定義

ForEachItemsコレクション内のForEachItemオブジェクトの数を示す整数を得ます。

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

プロパティ値

コレクション内の ForEachItem オブジェクトの数を指定する整数です。

実装

適用対象