AddCustomIgnoreDifferencePredicate Method
Add a custom predicate to selectively ignore differences.
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Sub AddCustomIgnoreDifferencePredicate ( _
predicate As IgnoreDifferencePredicate _
)
'Usage
Dim instance As IDifferenceBuffer
Dim predicate As IgnoreDifferencePredicate
instance.AddCustomIgnoreDifferencePredicate(predicate)
void AddCustomIgnoreDifferencePredicate(
IgnoreDifferencePredicate predicate
)
void AddCustomIgnoreDifferencePredicate(
IgnoreDifferencePredicate^ predicate
)
abstract AddCustomIgnoreDifferencePredicate :
predicate:IgnoreDifferencePredicate -> unit
function AddCustomIgnoreDifferencePredicate(
predicate : IgnoreDifferencePredicate
)
Parameters
- predicate
Type: Microsoft.VisualStudio.Data.Tools.Delta..::..IgnoreDifferencePredicate
A predicate to be called for every computed line difference.