Share via


ItemsSourceView.Count 屬性

定義

取得集合中的項目數目。

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

屬性值

Int32

int

集合中的項目數目

適用於