ISnapshotDifference.IgnoreDifferencePredicates Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Os predicados ignorar diferença que foram usados para gerar essa diferença.
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)
Valor da propriedade
Os IgnoreDifferencePredicate objetos que foram usados para gerar essa diferença.