DataBindingCollectionEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
.NET Framework (current version)
Edits the value of the specified data-binding collection using the specified service provider and context.
Assembly: System.Design (in System.Design.dll)
Public Overrides Function EditValue ( context As ITypeDescriptorContext, provider As IServiceProvider, value As Object ) As Object
Parameters
- context
-
Type:
System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext object that identifies the component or control the collection belongs to.
- provider
-
Type:
System.IServiceProvider
The IServiceProvider to use.
- value
-
Type:
System.Object
The collection to edit.
.NET Framework
Available since 1.1
Available since 1.1
Show: