Condividi tramite


ITextViewSnapshot.Selections Property

Definition

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)

Property Value

Applies to