IDifferenceBuffer.AddIgnoreDifferencePredicate Method
Add a predicate to selectively ignore differences.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Sub AddIgnoreDifferencePredicate ( _
predicate As IgnoreDifferencePredicate _
)
void AddIgnoreDifferencePredicate(
IgnoreDifferencePredicate predicate
)
void AddIgnoreDifferencePredicate(
IgnoreDifferencePredicate^ predicate
)
abstract AddIgnoreDifferencePredicate :
predicate:IgnoreDifferencePredicate -> unit
function AddIgnoreDifferencePredicate(
predicate : IgnoreDifferencePredicate
)
Parameters
predicate
Type: Microsoft.VisualStudio.Text.Differencing.IgnoreDifferencePredicateA predicate to be called for every computed line difference.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.