Share via


ReferenceEditorBase.PickReference Method

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 MustOverride Function PickReference ( _
    context As ITypeDescriptorContext, _
    editorService As IWindowsFormsEditorService, _
    store As Store, _
    reference As ModelBusReference _
) As ModelBusReference
protected abstract ModelBusReference PickReference(
    ITypeDescriptorContext context,
    IWindowsFormsEditorService editorService,
    Store store,
    ModelBusReference reference
)
protected:
virtual ModelBusReference^ PickReference(
    ITypeDescriptorContext^ context, 
    IWindowsFormsEditorService^ editorService, 
    Store^ store, 
    ModelBusReference^ reference
) abstract
abstract PickReference : 
        context:ITypeDescriptorContext * 
        editorService:IWindowsFormsEditorService * 
        store:Store * 
        reference:ModelBusReference -> ModelBusReference 
protected abstract 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

ReferenceEditorBase Class

Microsoft.VisualStudio.Modeling.Integration.Picker Namespace