Udostępnij za pośrednictwem


CTreeCtrl::GetCount

Wywołanie tej funkcji, aby pobrać liczba elementów w widoku drzewa.

UINT GetCount( ) const;

Wartość zwracana

Liczba elementów w widoku drzewa.

Przykład

// Delete all of the items from the tree control.
m_TreeCtrl.DeleteAllItems();
ASSERT(m_TreeCtrl.GetCount() == 0);

Wymagania

Nagłówek: afxcmn.h

Zobacz też

Informacje

Klasa CTreeCtrl

Wykres hierarchii

CTreeCtrl::GetVisibleCount