ItemsSourceView.Count 属性

定义

获取集合中的项数。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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

属性值

Int32

int

集合中项的数目。

适用于