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: virtual Object^ EditValue( ITypeDescriptorContext^ context, IServiceProvider^ provider, Object^ value ) override
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: