ITextViewSnapshot.Selections Property
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.
The selections in this text view. The primary selection is always at index 0.
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Editor.Selection> Selections { get; }
member this.Selections : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Extensibility.Editor.Selection>
Public ReadOnly Property Selections As IReadOnlyList(Of Selection)