The VisibleItems property is deprecated. Use the VisibleItemPaths property instead for retrieving all visible items of a tree.
Gets a list of visible items in the tree (including all children).protected TreeContent VisibleItems { get; }
'Declaration Protected Read Property VisibleItems As TreeContent