IDifferenceBuffer.AddIgnoreDifferencePredicate 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.
Add a predicate to selectively ignore differences.
public:
void AddIgnoreDifferencePredicate(Microsoft::VisualStudio::Text::Differencing::IgnoreDifferencePredicate ^ predicate);
public void AddIgnoreDifferencePredicate (Microsoft.VisualStudio.Text.Differencing.IgnoreDifferencePredicate predicate);
abstract member AddIgnoreDifferencePredicate : Microsoft.VisualStudio.Text.Differencing.IgnoreDifferencePredicate -> unit
Public Sub AddIgnoreDifferencePredicate (predicate As IgnoreDifferencePredicate)
Parameters
- predicate
- IgnoreDifferencePredicate
A predicate to be called for every computed line difference.