ReferenceEditorBase.EditValue Method (ITypeDescriptorContext, IServiceProvider, Object)
Edits ModelBusReference in resolved Host using resolved BrowserType
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Overrides Function EditValue ( _
context As ITypeDescriptorContext, _
provider As IServiceProvider, _
value As Object _
) As Object
public override Object EditValue(
ITypeDescriptorContext context,
IServiceProvider provider,
Object value
)
public:
virtual Object^ EditValue(
ITypeDescriptorContext^ context,
IServiceProvider^ provider,
Object^ value
) override
abstract EditValue :
context:ITypeDescriptorContext *
provider:IServiceProvider *
value:Object -> Object
override EditValue :
context:ITypeDescriptorContext *
provider:IServiceProvider *
value:Object -> Object
public override function EditValue(
context : ITypeDescriptorContext,
provider : IServiceProvider,
value : Object
) : Object
Parameters
- context
Type: ITypeDescriptorContext
- provider
Type: IServiceProvider
- value
Type: Object
Return Value
Type: Object
the value after edit
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace