C# 클래스 NArrange.Gui.Configuration.ConfigurationElementTypeDescriptionProvider.CodeConfigurationTypeDescriptor

Custom type descriptor. It creates a new property and returns it along with the original list.
상속: System.ComponentModel.CustomTypeDescriptor
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 메소드들

메소드 설명
GetProperties ( ) : PropertyDescriptorCollection

This method add a new property to the original collection.

GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Gets the PropertyDescriptors for the Type.

All ConfigurationElementCollection properties are overriden to specify the collection editor.

비공개 메소드들

메소드 설명
CodeConfigurationTypeDescriptor ( ICustomTypeDescriptor parent ) : System

Creates a new type descriptor using the specified parent.

메소드 상세

GetProperties() 공개 메소드

This method add a new property to the original collection.
public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

Gets the PropertyDescriptors for the Type.
All ConfigurationElementCollection properties are overriden to specify the collection editor.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute An array of attributes to use as a filter. This can be null.
리턴 System.ComponentModel.PropertyDescriptorCollection