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
- predicate
Type: Microsoft.VisualStudio.Data.Tools.Delta..::..IgnoreDifferencePredicate
The predicate to remove.
Return Value
Type: System..::..Boolean
true if the predicate was found and removed, false otherwise.