IgnoreDifferencePredicate Delegate

 

Add a predicate to selectively ignore differences.

Predicate: A predicate to be called for every computed line difference.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public delegate bool IgnoreDifferencePredicate(
	Difference^ lineDifference,
	ITextSnapshot^ leftSnapshot,
	ITextSnapshot^ rightSnapshot
)

Return Value

Type: System::Boolean
Return to top
Show: