C# 클래스 ZForge.Controls.ExplorerBar.TaskPane.ExpandoCollectionEditor

A custom CollectionEditor for editing ExpandoCollections
상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object

Edits the value of the specified object using the specified service provider and context

ExpandoCollectionEditor ( Type type ) : System

Initializes a new instance of the CollectionEditor class using the specified collection type

보호된 메소드들

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

Creates a new instance of the specified collection item type

메소드 상세

CreateInstance() 보호된 메소드

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

EditValue() 공개 메소드

Edits the value of the specified object using the specified service provider and context
public EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object
context ITypeDescriptorContext An ITypeDescriptorContext that can be /// used to gain additional context information
isp IServiceProvider A service provider object through which /// editing services can be obtained
value object The object to edit the value of
리턴 object

ExpandoCollectionEditor() 공개 메소드

Initializes a new instance of the CollectionEditor class using the specified collection type
public ExpandoCollectionEditor ( Type type ) : System
type System.Type
리턴 System