VirtualizingLayoutContext.ItemCount 屬性

定義

取得資料中的項目數量。

public:
 property int ItemCount { int get(); };
int ItemCount();
public int ItemCount { get; }
var int32 = virtualizingLayoutContext.itemCount;
Public ReadOnly Property ItemCount As Integer

屬性值

Int32

int

資料中的項目數量。

備註

此屬性會獲得 ItemCountCore 回傳的值,必須在衍生類別中實作。

適用於