Share via


ModelReferenceEditor.PickReference Method

Picks reference using model picker

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

Syntax

'Declaration
Protected Overrides Function PickReference ( _
    context As ITypeDescriptorContext, _
    editorService As IWindowsFormsEditorService, _
    store As Store, _
    reference As ModelBusReference _
) As ModelBusReference
protected override ModelBusReference PickReference(
    ITypeDescriptorContext context,
    IWindowsFormsEditorService editorService,
    Store store,
    ModelBusReference reference
)
protected:
virtual ModelBusReference^ PickReference(
    ITypeDescriptorContext^ context, 
    IWindowsFormsEditorService^ editorService, 
    Store^ store, 
    ModelBusReference^ reference
) override
abstract PickReference : 
        context:ITypeDescriptorContext * 
        editorService:IWindowsFormsEditorService * 
        store:Store * 
        reference:ModelBusReference -> ModelBusReference 
override PickReference : 
        context:ITypeDescriptorContext * 
        editorService:IWindowsFormsEditorService * 
        store:Store * 
        reference:ModelBusReference -> ModelBusReference 
protected override function PickReference(
    context : ITypeDescriptorContext, 
    editorService : IWindowsFormsEditorService, 
    store : Store, 
    reference : ModelBusReference
) : ModelBusReference

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

.NET Framework Security

See Also

Reference

ModelReferenceEditor Class

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace