ISnapshotDifference.MapToSnapshot-Methode (SnapshotPoint, ITextSnapshot, DifferenceMappingMode)
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Function MapToSnapshot ( _
point As SnapshotPoint, _
target As ITextSnapshot, _
mode As DifferenceMappingMode _
) As SnapshotPoint
SnapshotPoint MapToSnapshot(
SnapshotPoint point,
ITextSnapshot target,
DifferenceMappingMode mode
)
SnapshotPoint MapToSnapshot(
SnapshotPoint point,
ITextSnapshot^ target,
DifferenceMappingMode mode
)
abstract MapToSnapshot :
point:SnapshotPoint *
target:ITextSnapshot *
mode:DifferenceMappingMode -> SnapshotPoint
function MapToSnapshot(
point : SnapshotPoint,
target : ITextSnapshot,
mode : DifferenceMappingMode
) : SnapshotPoint
Parameter
- point
Typ: Microsoft.VisualStudio.Text.SnapshotPoint
- target
Typ: Microsoft.VisualStudio.Text.ITextSnapshot
Rückgabewert
Typ: Microsoft.VisualStudio.Text.SnapshotPoint
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.