Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
UINTGetCount();
Return Value
The number of items in the tree view control; otherwise – 1.
Remarks
Call this function to retrieve a count of the items in a tree view control.
Example
// The pointer to my tree control.
extern CTreeCtrl* pmyTreeCtrl;
// Delete all of the items from the tree control.
pmyTreeCtrl->DeleteAllItems();
ASSERT(pmyTreeCtrl->GetCount() == 0);
CTreeCtrl Overview | Class Members | Hierarchy Chart
See Also CTreeCtrl::GetVisibleCount