Partager via


ISnapshotDifference.MapToSnapshot, méthode (Difference, ITextSnapshot)

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

Syntaxe

'Déclaration
Function MapToSnapshot ( _
    difference As Difference, _
    target As ITextSnapshot _
) As SnapshotSpan
SnapshotSpan MapToSnapshot(
    Difference difference,
    ITextSnapshot target
)
SnapshotSpan MapToSnapshot(
    Difference^ difference, 
    ITextSnapshot^ target
)
abstract MapToSnapshot : 
        difference:Difference * 
        target:ITextSnapshot -> SnapshotSpan
function MapToSnapshot(
    difference : Difference, 
    target : ITextSnapshot
) : SnapshotSpan

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.Text.SnapshotSpan

Sécurité .NET Framework

Voir aussi

Référence

ISnapshotDifference Interface

MapToSnapshot, surcharge

Microsoft.VisualStudio.Text.Differencing, espace de noms