IVsDataExplorerNode.ExtendSelectionToNode Method

Extends the selected items in the UI up to the current node, resulting in multiple node selection.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

Sub ExtendSelectionToNode

Dim instance As IVsDataExplorerNode

instance.ExtendSelectionToNode()
void ExtendSelectionToNode()
void ExtendSelectionToNode()
function ExtendSelectionToNode()

Remarks

This is equivalent to pressing the SHIFT key and selecting multiple nodes with the mouse.

Permissions

See Also

Reference

IVsDataExplorerNode Interface

IVsDataExplorerNode Members

Microsoft.VisualStudio.Data.Services Namespace