Share via


ItemsSourceView.Count プロパティ

定義

コレクション内の項目の数を取得します。

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

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

プロパティ値

Int32

int

コレクション内の項目数。

適用対象