IMultiSelectionBroker.SetBoxSelection(Selection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.