IReferencePicker.PickModelReferenceNoFixup Method (ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference)
Picks a reference using model browser and displays it. Supports automatic fixup in the store.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
ModelBusReference PickModelReferenceNoFixup(
ITypeDescriptorContext context,
IWindowsFormsEditorService editorService,
IServiceProvider serviceProvider,
ModelBusReference reference
)
ModelBusReference^ PickModelReferenceNoFixup(
ITypeDescriptorContext^ context,
IWindowsFormsEditorService^ editorService,
IServiceProvider^ serviceProvider,
ModelBusReference^ reference
)
abstract PickModelReferenceNoFixup :
context:ITypeDescriptorContext *
editorService:IWindowsFormsEditorService *
serviceProvider:IServiceProvider *
reference:ModelBusReference -> ModelBusReference
Function PickModelReferenceNoFixup (
context As ITypeDescriptorContext,
editorService As IWindowsFormsEditorService,
serviceProvider As IServiceProvider,
reference As ModelBusReference
) As ModelBusReference
Parameters
context
Type: System.ComponentModel.ITypeDescriptorContextThe context in which the method was invoked
editorService
Type: System.Windows.Forms.Design.IWindowsFormsEditorServiceEnables editing the reference using a custom visual representation based on the DefaultEditStyle
serviceProvider
Type: System.IServiceProviderThe service provider for the various required services
reference
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReferenceThe current reference
Return Value
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
The selected reference by the picker
Remarks
The method used to display the picker in UITypeEditor
See Also
PickModelReferenceNoFixup Overload
IReferencePicker Interface
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting Namespace
Return to top