QueuePathEditor.EditValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Edits the value of the specified message queue using the specified type descriptor context and service provider.
public:
override System::Object ^ EditValue(System::ComponentModel::ITypeDescriptorContext ^ context, IServiceProvider ^ provider, System::Object ^ value);
public override object EditValue (System.ComponentModel.ITypeDescriptorContext context, IServiceProvider provider, object value);
override this.EditValue : System.ComponentModel.ITypeDescriptorContext * IServiceProvider * obj -> obj
Public Overrides Function EditValue (context As ITypeDescriptorContext, provider As IServiceProvider, value As Object) As Object
Parameters
- context
- ITypeDescriptorContext
A ITypeDescriptorContext that provides additional context information.
- provider
- IServiceProvider
A IServiceProvider that the editor can use to obtain services.
- value
- Object
The message queue to edit.
Returns
The new value of the message queue path.
Remarks
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.