次の方法で共有


VisualCollection.Count プロパティ

定義

コレクション内のビジュアル インスタンスの数を取得します。

public:
 property int Count { int get(); };
int Count();
public int Count { get; }
var int32 = visualCollection.count;
Public ReadOnly Property Count As Integer

プロパティ値

Int32

int

コレクション内のビジュアル インスタンスの数。

適用対象