IProjectionSnapshot.MapToSourceSnapshot Method (Int32)
Maps a position in the projection snapshot to the corresponding position in a source snapshot.
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
Parameters
position
Type: System.Int32The position in the projection snapshot.
Return Value
Type: Microsoft.VisualStudio.Text.SnapshotPoint
An SnapshotPoint.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | position is less than zero or greater than or equal to the length of the snapshot. |
Remarks
If the mapping is ambiguous (occurs on a source span seam), see GetTypicalInsertionPosition to choose a source buffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.