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

Valeur de retour

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

IDifferenceBuffer Interface

Microsoft.VisualStudio.Text.Differencing, espace de noms