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

'Declaration
Sub ExtendSelectionToNode
void ExtendSelectionToNode()
void ExtendSelectionToNode()
abstract ExtendSelectionToNode : unit -> unit
function ExtendSelectionToNode()

Remarks

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

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace