ISnapshotDifference.IgnoreDifferencePredicates, propriété

Espace de noms :  Microsoft.VisualStudio.Text.Differencing
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
ReadOnly Property IgnoreDifferencePredicates As IEnumerable(Of IgnoreDifferencePredicate)
IEnumerable<IgnoreDifferencePredicate> IgnoreDifferencePredicates { get; }
property IEnumerable<IgnoreDifferencePredicate^>^ IgnoreDifferencePredicates {
    IEnumerable<IgnoreDifferencePredicate^>^ get ();
}
abstract IgnoreDifferencePredicates : IEnumerable<IgnoreDifferencePredicate> with get
function get IgnoreDifferencePredicates () : IEnumerable<IgnoreDifferencePredicate>

Valeur de propriété

Type : IEnumerable<IgnoreDifferencePredicate>

Sécurité .NET Framework

Voir aussi

Référence

ISnapshotDifference Interface

Microsoft.VisualStudio.Text.Differencing, espace de noms