IMultiSelectionBroker.VirtualSelectedSpans 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.
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)