Partilhar via


Método IDifferenceBuffer.RemoveSnapshotLineTransform

Namespace:  Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

IDifferenceBuffer Interface

Namespace Microsoft.VisualStudio.Text.Differencing