UIHierarchy::SelectDown Method (vsUISelectionType, Int32)

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void SelectDown(
	vsUISelectionType How,
	int Count
)

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 down from the current node. Count is also used for coalescing commands while recording. That is, if you type SHIFT + DOWN ARROW four times, rather than four lines of code emitted, you instead get one line with a Count value of 4.

Return to top
Show: