RegexTypeEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)
.NET Framework (current version)
Edits the value of the given regular expression object using the given 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 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
Available since 1.1
Show: