共用方式為


VirtualizingLayoutContext.ItemCountCore 方法

定義

在衍生類別中實作時,擷取資料中的專案數。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

protected:
 virtual int ItemCountCore() = ItemCountCore;
int ItemCountCore();
protected virtual int ItemCountCore();
Protected Overridable Function ItemCountCore () As Integer

傳回

Int32

int

資料中的專案數。

適用於

另請參閱