Share via


VirtualizingLayoutContext.ItemCountCore Method

Definition

When implemented in a derived class, retrieves the number of items in the data.

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

Returns

Int32

int

The number of items in the data.

Applies to

See also