IMultiSelectionBroker.GetSelectionsIntersectingSpans Method
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.
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
- spanCollection
- NormalizedSnapshotSpanCollection