Partager via


ISnapshotDifference.MapToSnapshot, méthode (SnapshotPoint, ITextSnapshot, DifferenceMappingMode)

Espace de noms :  Microsoft.VisualStudio.Text.Differencing
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.SnapshotPoint

Sécurité .NET Framework

Voir aussi

Référence

ISnapshotDifference Interface

MapToSnapshot, surcharge

Microsoft.VisualStudio.Text.Differencing, espace de noms