Freigeben über


IProjectionSnapshot.MapToSourceSnapshot-Methode (Int32)

Ordnet eine Position in der Projektionsmomentaufnahme der zugehörigen Position in einer Quellmomentaufnahme zu.

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

Syntax

'Declaration
Function MapToSourceSnapshot ( _
    position As Integer _
) As SnapshotPoint
SnapshotPoint MapToSourceSnapshot(
    int position
)
SnapshotPoint MapToSourceSnapshot(
    int position
)
abstract MapToSourceSnapshot : 
        position:int -> SnapshotPoint
function MapToSourceSnapshot(
    position : int
) : SnapshotPoint

Parameter

  • position
    Typ: Int32

    Die Position in der Projektionsmomentaufnahme.

Rückgabewert

Typ: Microsoft.VisualStudio.Text.SnapshotPoint
Ein SnapshotPoint.

Ausnahmen

Ausnahme Bedingung
ArgumentOutOfRangeException

position ist kleiner als Null oder größer oder gleich der Länge der Momentaufnahme.

Hinweise

Wenn die Zuordnung mehrdeutig ist (die Position liegt auf der Schnittstelle einer Quellspanne), finden Sie unter GetTypicalInsertionPosition Informationen zum Auswählen eines Quellpuffers.

.NET Framework-Sicherheit

Siehe auch

Referenz

IProjectionSnapshot Schnittstelle

MapToSourceSnapshot-Überladung

Microsoft.VisualStudio.Text.Projection-Namespace