BindUITypeEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)

 

Edits the value of the specified object using the editor style indicated by GetEditStyle.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
virtual Object^ EditValue(
	ITypeDescriptorContext^ context,
	IServiceProvider^ serviceProvider,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that can be used to gain additional context information.

serviceProvider
Type: System::IServiceProvider^

An IServiceProvider that the editor can use to obtain services.

value
Type: System::Object^

The value of the object to edit.

Return Value

Type: System::Object^

The new value of the object.

Exception Condition
ArgumentNullException

serviceProvider contains a null reference (Nothing in Visual Basic).

.NET Framework
Available since 3.0
Return to top
Show: