IMultiSelectionBroker.AddSelection(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 selection to AllSelections.
public:
void AddSelection(Microsoft::VisualStudio::Text::Selection selection);
public void AddSelection (Microsoft.VisualStudio.Text.Selection selection);
abstract member AddSelection : Microsoft.VisualStudio.Text.Selection -> unit
Public Sub AddSelection (selection As Selection)
Parameters
- selection
- Selection
The selection to add
Remarks
This will throw if it not based on CurrentSnapshot.