다음을 통해 공유


AssociatedMetadataProvider.FilterAttributes 메서드

정의

특성 목록을 가져옵니다.

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)

매개 변수

containerType
Type

컨테이너의 형식입니다.

propertyDescriptor
PropertyDescriptor

속성 설명자입니다.

attributes
IEnumerable<Attribute>

특성 컨테이너입니다.

반환

특성 목록입니다.

적용 대상