IMultiSelectionBroker.GetSelectionsIntersectingSpan(SnapshotSpan) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Die Liste von Selection-Objekten.