C# 클래스 NArrange.Gui.Configuration.ConfigurationElementCollectionEditor

Collection editor for configuration element collections.
상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 프로퍼티들

프로퍼티 타입 설명
ItemTypes System.Type[]

공개 메소드들

메소드 설명
ConfigurationElementCollectionEditor ( Type type ) : System

Creates a new ConfigurationElementCollectionEditor.

보호된 메소드들

메소드 설명
CreateInstance ( Type itemType ) : object

Creates a new instance of the specified type.

CreateNewItemTypes ( ) : System.Type[]

Gets the list of types that can be created for the collection.

메소드 상세

ConfigurationElementCollectionEditor() 공개 메소드

Creates a new ConfigurationElementCollectionEditor.
public ConfigurationElementCollectionEditor ( Type type ) : System
type System.Type The type of the collection for this editor to edit.
리턴 System

CreateInstance() 보호된 메소드

Creates a new instance of the specified type.
protected CreateInstance ( Type itemType ) : object
itemType System.Type The type of item to create.
리턴 object

CreateNewItemTypes() 보호된 메소드

Gets the list of types that can be created for the collection.
protected CreateNewItemTypes ( ) : System.Type[]
리턴 System.Type[]

프로퍼티 상세

ItemTypes 공개적으로 정적으로 프로퍼티

Item types supported by the editor.
public static Type[],System ItemTypes
리턴 System.Type[]