Метод | Описание | |
---|---|---|
EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object |
Edits the value of the specified object using the specified service provider and context
|
|
ItemCollectionEditor ( |
Initializes a new instance of the CollectionEditor class using the specified collection type
|
Метод | Описание | |
---|---|---|
CreateInstance ( |
Creates a new instance of the specified collection item type
|
|
CreateNewItemTypes ( ) : System.Type[] |
Gets the data types that this collection editor can contain
|
protected CreateInstance ( |
||
itemType | The type of item to create | |
Результат | object |
protected CreateNewItemTypes ( ) : System.Type[] | ||
Результат | System.Type[] |
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 |
public ItemCollectionEditor ( |
||
type | ||
Результат | System |