IMultiSelectionBroker.GetSelectionsIntersectingSpan(SnapshotSpan) Methode

Definition

Ruft eine Liste der Auswahl ab, die die angegebene Spanne überschneidet. Virtuelle Leerzeichen werden für diese Methode ignoriert.

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

Parameter

span
SnapshotSpan

Der relevante Bereich.

Gibt zurück

IReadOnlyList<Selection>

Die Liste von Selection-Objekten.

Gilt für