VSReferencePicker.PickModelReference Method (ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

 

Picks model reference in UITypeEditor context

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)

Syntax

public virtual ModelBusReference PickModelReference(
    ITypeDescriptorContext context,
    IWindowsFormsEditorService editorService,
    Store store,
    ModelBusReference reference
)
public:
virtual ModelBusReference^ PickModelReference(
    ITypeDescriptorContext^ context,
    IWindowsFormsEditorService^ editorService,
    Store^ store,
    ModelBusReference^ reference
)
abstract PickModelReference : 
        context:ITypeDescriptorContext *
        editorService:IWindowsFormsEditorService *
        store:Store *
        reference:ModelBusReference -> ModelBusReference
override PickModelReference : 
        context:ITypeDescriptorContext *
        editorService:IWindowsFormsEditorService *
        store:Store *
        reference:ModelBusReference -> ModelBusReference
Public Overridable Function PickModelReference (
    context As ITypeDescriptorContext,
    editorService As IWindowsFormsEditorService,
    store As Store,
    reference As ModelBusReference
) As ModelBusReference

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

Implements

IReferencePicker.PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

Remarks

This method is for UITypeEditor usage

See Also

PickModelReference Overload
VSReferencePicker Class
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker Namespace

Return to top