AddCustomIgnoreDifferencePredicate Method

Add a custom predicate to selectively ignore differences.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Sub AddCustomIgnoreDifferencePredicate ( _
    predicate As IgnoreDifferencePredicate _
)
'Usage
Dim instance As IDifferenceBuffer
Dim predicate As IgnoreDifferencePredicate

instance.AddCustomIgnoreDifferencePredicate(predicate)
void AddCustomIgnoreDifferencePredicate(
    IgnoreDifferencePredicate predicate
)
void AddCustomIgnoreDifferencePredicate(
    IgnoreDifferencePredicate^ predicate
)
abstract AddCustomIgnoreDifferencePredicate : 
        predicate:IgnoreDifferencePredicate -> unit 
function AddCustomIgnoreDifferencePredicate(
    predicate : IgnoreDifferencePredicate
)

Parameters

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace