DataBindingCollectionEditor.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)

 

Edits the value of the specified data-binding collection using the specified service provider and context.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public override object EditValue(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	object value
)

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.

Return Value

Type: System.Object

The new collection.

.NET Framework
Available since 1.1
Return to top
Show: