C# 클래스 System.ComponentModel.ComponentConverter

상속: ReferenceConverter
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
ComponentConverter ( Type type ) : Microsoft.Win32
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool

메소드 상세

ComponentConverter() 공개 메소드

public ComponentConverter ( Type type ) : Microsoft.Win32
type Type
리턴 Microsoft.Win32

GetProperties() 공개 메소드

public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value object
attributes Attribute
리턴 PropertyDescriptorCollection

GetPropertiesSupported() 공개 메소드

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
리턴 bool