Udostępnij za pośrednictwem


AssociatedMetadataProvider.FilterAttributes Metoda

Definicja

Umożliwia klasom pochodnym filtrowanie listy atrybutów.

protected:
 virtual System::Collections::Generic::IEnumerable<Attribute ^> ^ FilterAttributes(Type ^ containerType, System::ComponentModel::PropertyDescriptor ^ propertyDescriptor, System::Collections::Generic::IEnumerable<Attribute ^> ^ attributes);
protected virtual System.Collections.Generic.IEnumerable<Attribute> FilterAttributes (Type containerType, System.ComponentModel.PropertyDescriptor propertyDescriptor, System.Collections.Generic.IEnumerable<Attribute> attributes);
abstract member FilterAttributes : Type * System.ComponentModel.PropertyDescriptor * seq<Attribute> -> seq<Attribute>
override this.FilterAttributes : Type * System.ComponentModel.PropertyDescriptor * seq<Attribute> -> seq<Attribute>
Protected Overridable Function FilterAttributes (containerType As Type, propertyDescriptor As PropertyDescriptor, attributes As IEnumerable(Of Attribute)) As IEnumerable(Of Attribute)

Parametry

containerType
Type

Typ kontenera.

propertyDescriptor
PropertyDescriptor

Deskryptor właściwości.

attributes
IEnumerable<Attribute>

Atrybuty.

Zwraca

Lista atrybutów.

Uwagi

Kod w klasie bazowej AssociatedMetadataProvider zwraca wszystkie atrybuty. Ta metoda umożliwia klasom pochodnym filtrowanie atrybutów.

Dotyczy