Freigeben über


IElisionSnapshot.MapFromSourceSnapshotToNearest-Methode

Erstellt eine Zuordnung zwischen einem Momentaufnahmepunkt im Quellpuffer und dem entsprechenden Punkt in der Elisionsmomentaufnahme.

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

Syntax

'Declaration
Function MapFromSourceSnapshotToNearest ( _
    point As SnapshotPoint _
) As SnapshotPoint
SnapshotPoint MapFromSourceSnapshotToNearest(
    SnapshotPoint point
)
SnapshotPoint MapFromSourceSnapshotToNearest(
    SnapshotPoint point
)
abstract MapFromSourceSnapshotToNearest : 
        point:SnapshotPoint -> SnapshotPoint
function MapFromSourceSnapshotToNearest(
    point : SnapshotPoint
) : SnapshotPoint

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Text.SnapshotPoint
Eine Position in der Elisionsmomentaufnahme.

Ausnahmen

Ausnahme Bedingung
ArgumentException

point gehört nicht zur Quelle dieser Momentaufnahme Elisionsmomentaufnahme.

Hinweise

Wenn die Quellpuffer Zeilenposition nicht in der Elisionsmomentaufnahme verfügbar gemacht wird, gibt diese Methode das nächste Element zurück, der verfügbar gemacht wird. Wenn nichts verfügbar gemacht wird, wird er Position (null) zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

IElisionSnapshot Schnittstelle

Microsoft.VisualStudio.Text.Projection-Namespace