IMultiSelectionBroker.VirtualSelectedSpans Property

Definition

Gives the set of spans selected. There is exactly one span per selection, but it may be empty. They will be sorted in the order of appearence in the document.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Text::VirtualSnapshotSpan> ^ VirtualSelectedSpans { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Text::VirtualSnapshotSpan> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Text.VirtualSnapshotSpan> VirtualSelectedSpans { get; }
member this.VirtualSelectedSpans : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Text.VirtualSnapshotSpan>
Public ReadOnly Property VirtualSelectedSpans As IReadOnlyList(Of VirtualSnapshotSpan)

Property Value

Applies to