HierarchyNode Hierarchy

The following table lists the classes derived from Microsoft.VisualStudio.Package.HierarchyNode .

Derived Classes

Class Description
Microsoft.VisualStudio.Package.FileNode A node in the project hierarchy that represents a file.
Microsoft.VisualStudio.Package.FolderNode A node in the project hierarchy that represents a folder.
Microsoft.VisualStudio.Package.NestedProjectNode Represents a project node that is nested under another project node in the hierarchy.
Microsoft.VisualStudio.Package.ProjectNode Manages the persistent state of a Visual Studio project, including references, options, and files. Has a graphical user interface in the form of a hierarchy.
Microsoft.VisualStudio.Package.ReferenceContainerNode This class is the container for all the reference nodes in the project. It corresponds to the References node of a project in the Solution Explorer.
Microsoft.VisualStudio.Package.ReferenceNode Represents the project references (assemblies, COM components, referenced projects) in the project hierarchy. ReferenceContainerNode is responsible for creating all types of reference nodes.

See Also

Reference

HierarchyNode Class
HierarchyNode Members
Microsoft.VisualStudio.Package Namespace