C# 클래스 System.ComponentModel.TypeDescriptor.AttributeProvider.AttributeTypeDescriptor

상속: CustomTypeDescriptor
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetAttributes ( ) : AttributeCollection

Retrieves the merged set of attributes. We do not cache this because there is always the possibility that someone changed our parent provider's metadata. TypeDescriptor will cache this for us anyhow.

비공개 메소드들

메소드 설명
AttributeTypeDescriptor ( Attribute attrs, ICustomTypeDescriptor parent ) : System.Collections

Creates a new custom type descriptor that can merge the provided set of attributes with the existing set.

메소드 상세

GetAttributes() 공개 메소드

Retrieves the merged set of attributes. We do not cache this because there is always the possibility that someone changed our parent provider's metadata. TypeDescriptor will cache this for us anyhow.
public GetAttributes ( ) : AttributeCollection
리턴 AttributeCollection