The Items property is deprecated. Since Silk Test 2011 use the ItemPaths property instead for retrieving all items of a tree.
Gets a list of items in the tree (including all children).protected TreeContent Items { get; }
'Declaration Protected Read Property Items As TreeContent