Share via


IMultiSelectionBroker.SetBoxSelection(Selection) Method

Definition

Adds a box of selections with the given points as its corners.

public:
 void SetBoxSelection(Microsoft::VisualStudio::Text::Selection selection);
public void SetBoxSelection (Microsoft.VisualStudio.Text.Selection selection);
abstract member SetBoxSelection : Microsoft.VisualStudio.Text.Selection -> unit
Public Sub SetBoxSelection (selection As Selection)

Parameters

selection
Selection

A selection defining the characteristics of the box.

Remarks

Calling this method will clear all existing selections.

Applies to