Version

HierarchicalObjectCollection Class

This class encapsulates the functionality of managing a collection of objects that are part of a series of collections arranged in a tree structure. The class exposes a series of methods that serve to abstract the basic collection operations to allow for collection manipulation independant of the concrete classes that are derived from it.
Syntax
'Declaration
 
Public MustInherit Class HierarchicalObjectCollection 
   Inherits ObjectCollection
public abstract class HierarchicalObjectCollection : ObjectCollection 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also