IDifferenceBuffer.RemoveIgnoreDifferencePredicate Method

Definition

Remove a predicate previously added with AddIgnoreDifferencePredicate(IgnoreDifferencePredicate).

public:
 bool RemoveIgnoreDifferencePredicate(Microsoft::VisualStudio::Text::Differencing::IgnoreDifferencePredicate ^ predicate);
public bool RemoveIgnoreDifferencePredicate (Microsoft.VisualStudio.Text.Differencing.IgnoreDifferencePredicate predicate);
abstract member RemoveIgnoreDifferencePredicate : Microsoft.VisualStudio.Text.Differencing.IgnoreDifferencePredicate -> bool
Public Function RemoveIgnoreDifferencePredicate (predicate As IgnoreDifferencePredicate) As Boolean

Parameters

predicate
IgnoreDifferencePredicate

The predicate to remove.

Returns

true if the predicate was found and removed, false otherwise.

Applies to