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

 

Edits the value of the specified message queue using the specified type descriptor context and service provider.

Namespace:   System.Messaging.Design
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.

Return Value

Type: System::Object^

The new value of the message queue path.

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
Return to top
Show: