UIHierarchy Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | DoDefaultAction() | In the hierarchy, performs the same action as if the user had double-clicked or pressed ENTER. |
![]() | GetItem(String^) | Gets the item designated by given path. |
![]() | SelectDown(vsUISelectionType, Int32) | Selects the node immediately below the currently selected node with respect to the tree's current expansion state. |
![]() | SelectUp(vsUISelectionType, Int32) | Selects the node immediately above the currently selected node with respect to the tree's current expansion state. |
Show:
