ISnapshotDifference::IgnoreDifferencePredicates Property
Visual Studio 2015
Gets or sets the IgnoreDifferencePredicate objects that were used to generate this difference.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property IEnumerable<IgnoreDifferencePredicate^>^ IgnoreDifferencePredicates {
IEnumerable<IgnoreDifferencePredicate^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IgnoreDifferencePredicate^>^The IgnoreDifferencePredicate objects that were used to generate this difference.
Show: