IMultiSelectionBroker.GetSelectionsIntersectingSpans Method

Definition

Gets a list of all the selections that intersect the given span collection. Virtual whitespace is ignored for this method.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Text::Selection> ^ GetSelectionsIntersectingSpans(Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ spanCollection);
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Text.Selection> GetSelectionsIntersectingSpans (Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection spanCollection);
abstract member GetSelectionsIntersectingSpans : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection -> System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Text.Selection>
Public Function GetSelectionsIntersectingSpans (spanCollection As NormalizedSnapshotSpanCollection) As IReadOnlyList(Of Selection)

Parameters

Returns

Applies to