Compartilhar via


Delegado IgnoreDifferencePredicate

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

Sintaxe

'Declaração
Public Delegate Function IgnoreDifferencePredicate ( _
    lineDifference As Difference, _
    leftSnapshot As ITextSnapshot, _
    rightSnapshot As ITextSnapshot _
) As Boolean
public delegate bool IgnoreDifferencePredicate(
    Difference lineDifference,
    ITextSnapshot leftSnapshot,
    ITextSnapshot rightSnapshot
)
public delegate bool IgnoreDifferencePredicate(
    Difference^ lineDifference, 
    ITextSnapshot^ leftSnapshot, 
    ITextSnapshot^ rightSnapshot
)
type IgnoreDifferencePredicate = 
    delegate of  
        lineDifference:Difference * 
        leftSnapshot:ITextSnapshot * 
        rightSnapshot:ITextSnapshot -> bool
JScript não oferece suporte a delegados.

Parâmetros

Valor de retorno

Tipo: Boolean

Consulte também

Referência

Namespace Microsoft.VisualStudio.Text.Differencing