Freigeben über


IProjectionSnapshot.MapToSourceSnapshots-Methode (Span)

Ordnet eine Spanne der aktuellen Projektionsmomentaufnahme einer Liste von Momentaufnahmespannen zu, die zu Quellmomentaufnahmen gehören. Die resultierenden Spannen werden in der Reihenfolge ihrer Darstellung in der Projektion sortiert.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Function MapToSourceSnapshots ( _
    span As Span _
) As ReadOnlyCollection(Of SnapshotSpan)
ReadOnlyCollection<SnapshotSpan> MapToSourceSnapshots(
    Span span
)
ReadOnlyCollection<SnapshotSpan>^ MapToSourceSnapshots(
    Span span
)
abstract MapToSourceSnapshots : 
        span:Span -> ReadOnlyCollection<SnapshotSpan> 
function MapToSourceSnapshots(
    span : Span
) : ReadOnlyCollection<SnapshotSpan>

Parameter

Rückgabewert

Typ: ReadOnlyCollection<SnapshotSpan>
Eine nicht leere Liste von Momentaufnahmespannen.

Ausnahmen

Ausnahme Bedingung
ArgumentOutOfRangeException

span ist für diesen Puffer ungültig.

Hinweise

Wenn eine nullein Nullverweis (Nothing in Visual Basic) für eine Spanne von Quellspannen ausgeführt wird, ordnet es möglicherweise zu mehr als einer nullein Nullverweis (Nothing in Visual Basic) Quellspanne.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectionSnapshot Schnittstelle

MapToSourceSnapshots-Überladung

Microsoft.VisualStudio.Text.Projection-Namespace