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
- difference
Type : Microsoft.VisualStudio.Text.Differencing.Difference
- target
Type : Microsoft.VisualStudio.Text.ITextSnapshot
Valeur de retour
Type : Microsoft.VisualStudio.Text.SnapshotSpan
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.