Partager via


AssociatedMetadataProvider.FilterAttributes Méthode

Définition

Permet aux classes dérivées de filtrer la liste d'attributs.

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)

Paramètres

containerType
Type

Type du conteneur.

propertyDescriptor
PropertyDescriptor

Descripteur de propriété.

attributes
IEnumerable<Attribute>

Attributs.

Retours

Liste d'attributs.

Remarques

Le code de la classe de AssociatedMetadataProvider base retourne tous les attributs. Cette méthode permet aux classes dérivées de filtrer les attributs.

S’applique à