Private Function ListTree(ByVal xNode As node) As Nodes
Dim xx As nodeSet xx = xNode.NextNodes = ListTree.Add(xx, tvwChild, xx.Key)ListTree xx
End Function
'----------------------算法的目的是求任意节点下所有子节点的key.不知道我这样写有什么不对的??请各位指教。