QueuePathEditor::EditValue Method (ITypeDescriptorContext^, IServiceProvider^, Object^)
.NET Framework (current version)
Edits the value of the specified message queue using the specified type descriptor context and service provider.
Assembly: System.Messaging (in System.Messaging.dll)
public: virtual Object^ EditValue( ITypeDescriptorContext^ context, IServiceProvider^ provider, Object^ value ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A ITypeDescriptorContext that provides additional context information.
- provider
-
Type:
System::IServiceProvider^
A IServiceProvider that the editor can use to obtain services.
- value
-
Type:
System::Object^
The message queue to edit.
If value is not a MessageQueue or a string that specifies a message queue path, this method returns value. Otherwise, this method returns the new message queue path.
.NET Framework
Available since 1.1
Available since 1.1
Show: