UIHierarchy Members

Include Protected Members
Include Inherited Members

Represents standard tool windows in the integrated development environment (IDE) that use hierarchical trees of data, such as Solution Explorer, Server Explorer, and Macro Explorer.

The UIHierarchy type exposes the following members.

Methods

 

Name

Description

Public method

DoDefaultAction

In the hierarchy, performs the same action as if the user had double-clicked or pressed ENTER.

Public method

GetItem

Gets the item designated by given path.

Public method

SelectDown

Selects the node immediately below the currently selected node with respect to the tree's current expansion state.

Public method

SelectUp

Selects the node immediately above the currently selected node with respect to the tree's current expansion state.

Top

Properties

 

Name

Description

Public property

DTE

Gets the top-level extensibility object.

Public property

Parent

Gets the immediate parent object of a UIHierarchy object.

Public property

SelectedItems

Gets a collection of all of the currently selected items.

Public property

UIHierarchyItems

Gets a collection representing children of the item.

Top

See Also

Reference

UIHierarchy Interface

EnvDTE Namespace