ITextViewEditor.SetSelections(IEnumerable<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.
public void SetSelections (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Extensibility.Editor.Selection> selections);
abstract member SetSelections : seq<Microsoft.VisualStudio.Extensibility.Editor.Selection> -> unit
Public Sub SetSelections (selections As IEnumerable(Of Selection))
Parameters
- selections
- IEnumerable<Selection>