Méthode | Description | |
---|---|---|
EditValue ( ITypeDescriptorContext context, IServiceProvider isp, object value ) : object |
Edits the value of the specified object using the specified service provider and context
|
|
RowCollectionEditor ( |
Initializes a new instance of the RowCollectionEditor class using the specified collection type
|
Méthode | Description | |
---|---|---|
CreateInstance ( |
Creates a new instance of the specified collection item type
|
|
DestroyInstance ( object instance ) : void |
Destroys the specified instance of the object
|
protected CreateInstance ( |
||
itemType | The type of item to create | |
Résultat | object |
protected DestroyInstance ( object instance ) : void | ||
instance | object | The object to destroy |
Résultat | void |
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 |
Résultat | object |
public RowCollectionEditor ( |
||
type | The type of the collection for this editor to edit | |
Résultat | System |