UIHierarchy::SelectUp Method (vsUISelectionType, Int32)
Visual Studio 2015
Selects the node immediately above the currently selected node with respect to the tree's current expansion state.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- How
-
Type:
EnvDTE::vsUISelectionType
Required. A vsUISelectionType constant indicating how the selection is made.
- Count
-
Type:
System::Int32
Required. The number of nodes to select up from the current node. Count is also used for coalescing commands while recording. That is, if you type SHIFT + UP ARROW four times, rather than four lines of code emitted, you instead get one line with a Count value of 4.
Show: