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

 

Edits the value of the given regular expression object using the given service provider and context.

Namespace:   System.Web.UI.Design.WebControls
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 that can provide additional context information.

provider
Type: System::IServiceProvider^

A service provider.

value
Type: System::Object^

The regular expression object whose value is to be edited.

Return Value

Type: System::Object^

The new value of the object. If the value of the object hasn't changed, this method returns the same object it received.

.NET Framework
Available since 1.1
Return to top
Show: