RemoveCustomIgnoreDifferencePredicate Method

Remove a custom predicate previously added with <see cref="M:Microsoft.VisualStudio.Data.Tools.Delta.IDifferenceBuffer.AddCustomIgnoreDifferencePredicate(Microsoft.VisualStudio.Data.Tools.Delta.IgnoreDifferencePredicate)" />.

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

Syntax

'Declaration
Function RemoveCustomIgnoreDifferencePredicate ( _
    predicate As IgnoreDifferencePredicate _
) As Boolean
'Usage
Dim instance As IDifferenceBuffer
Dim predicate As IgnoreDifferencePredicate
Dim returnValue As Boolean

returnValue = instance.RemoveCustomIgnoreDifferencePredicate(predicate)
bool RemoveCustomIgnoreDifferencePredicate(
    IgnoreDifferencePredicate predicate
)
bool RemoveCustomIgnoreDifferencePredicate(
    IgnoreDifferencePredicate^ predicate
)
abstract RemoveCustomIgnoreDifferencePredicate : 
        predicate:IgnoreDifferencePredicate -> bool 
function RemoveCustomIgnoreDifferencePredicate(
    predicate : IgnoreDifferencePredicate
) : boolean

Parameters

Return Value

Type: System..::..Boolean
true if the predicate was found and removed, false otherwise.

See Also

Reference

IDifferenceBuffer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace