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

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

공개 메소드들

메소드 설명
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor

Creates a custom type descriptor that replaces the attributes.

비공개 메소드들

메소드 설명
AttributeProvider ( TypeDescriptionProvider existingProvider ) : System.Collections

Creates a new attribute provider.

메소드 상세

GetTypeDescriptor() 공개 메소드

Creates a custom type descriptor that replaces the attributes.
public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
리턴 ICustomTypeDescriptor