IDifferenceBuffer.RemoveSnapshotLineTransform, méthode
Espace de noms : Microsoft.VisualStudio.Text.Differencing
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Function RemoveSnapshotLineTransform ( _
transform As SnapshotLineTransform _
) As Boolean
bool RemoveSnapshotLineTransform(
SnapshotLineTransform transform
)
bool RemoveSnapshotLineTransform(
SnapshotLineTransform^ transform
)
abstract RemoveSnapshotLineTransform :
transform:SnapshotLineTransform -> bool
function RemoveSnapshotLineTransform(
transform : SnapshotLineTransform
) : boolean
Paramètres
- transform
Type : Microsoft.VisualStudio.Text.Differencing.SnapshotLineTransform
Valeur de retour
Type : Boolean
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.