CTreeCtrl::GetCount
更新 : 2007 年 11 月
ツリー ビュー コントロールのアイテム数を取得します。
UINT GetCount( ) const;
戻り値
ツリー ビュー コントロールのアイテムの数を返します。
使用例
// Delete all of the items from the tree control.
m_TreeCtrl.DeleteAllItems();
ASSERT(m_TreeCtrl.GetCount() == 0);
必要条件
ヘッダー : afxcmn.h