C# 클래스 PropertySorter, gert

상속: ExpandableObjectConverter
파일 보기 프로젝트 열기: mono/gert 1 사용 예제들

공개 메소드들

메소드 설명
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection

Gets the properties.

GetPropertiesSupported ( ITypeDescriptorContext context ) : bool

Gets whether the GetProperties method is supported.

메소드 상세

GetProperties() 공개 메소드

Gets the properties.
public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext Context.
value object Value.
attributes Attribute Attributes.
리턴 PropertyDescriptorCollection

GetPropertiesSupported() 공개 메소드

Gets whether the GetProperties method is supported.
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext Context.
리턴 bool