Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Edits ModelBusReference in resolved Host using resolved BrowserType
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public override object EditValue(
ITypeDescriptorContext context,
IServiceProvider provider,
object value
)
public:
virtual Object^ EditValue(
ITypeDescriptorContext^ context,
IServiceProvider^ provider,
Object^ value
) override
override EditValue :
context:ITypeDescriptorContext *
provider:IServiceProvider *
value:Object -> Object
Public Overrides Function EditValue (
context As ITypeDescriptorContext,
provider As IServiceProvider,
value As Object
) As Object
Parameters
Return Value
Type: System.Object
the value after edit
See Also
EditValue Overload
ReferenceEditorBase Class
Microsoft.VisualStudio.Modeling.Integration.Picker Namespace
Return to top