IDifferenceBuffer.RemoveIgnoreDifferencePredicate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.