ISnapshotDifference.IgnoreDifferencePredicates Property
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.
The ignore difference predicates that were used to generate this difference.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Differencing::IgnoreDifferencePredicate ^> ^ IgnoreDifferencePredicates { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Differencing::IgnoreDifferencePredicate ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Differencing.IgnoreDifferencePredicate> IgnoreDifferencePredicates { get; }
member this.IgnoreDifferencePredicates : seq<Microsoft.VisualStudio.Text.Differencing.IgnoreDifferencePredicate>
Public ReadOnly Property IgnoreDifferencePredicates As IEnumerable(Of IgnoreDifferencePredicate)
Property Value
The IgnoreDifferencePredicate objects that were used to generate this difference.