Partilhar via


Método IDifferenceBuffer.RemoveIgnoreDifferencePredicate

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

Sintaxe

'Declaração
Function RemoveIgnoreDifferencePredicate ( _
    predicate As IgnoreDifferencePredicate _
) As Boolean
bool RemoveIgnoreDifferencePredicate(
    IgnoreDifferencePredicate predicate
)
bool RemoveIgnoreDifferencePredicate(
    IgnoreDifferencePredicate^ predicate
)
abstract RemoveIgnoreDifferencePredicate : 
        predicate:IgnoreDifferencePredicate -> bool
function RemoveIgnoreDifferencePredicate(
    predicate : IgnoreDifferencePredicate
) : 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