VirtualizingLayoutContext.ItemCountCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.