ISnapshotDifference.IgnoreDifferencePredicates Property

Definition

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.

Applies to