VSReferencePicker.PickReference Method (ITypeDescriptorContext, IWindowsFormsEditorService, Type, IServiceProvider, Store, ModelBusReference)

 

Picks a 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

protected virtual ModelBusReference PickReference(
    ITypeDescriptorContext context,
    IWindowsFormsEditorService editorService,
    Type browserType,
    IServiceProvider serviceProvider,
    Store store,
    ModelBusReference reference
)
protected:
virtual ModelBusReference^ PickReference(
    ITypeDescriptorContext^ context,
    IWindowsFormsEditorService^ editorService,
    Type^ browserType,
    IServiceProvider^ serviceProvider,
    Store^ store,
    ModelBusReference^ reference
)
abstract PickReference : 
        context:ITypeDescriptorContext *
        editorService:IWindowsFormsEditorService *
        browserType:Type *
        serviceProvider:IServiceProvider *
        store:Store *
        reference:ModelBusReference -> ModelBusReference
override PickReference : 
        context:ITypeDescriptorContext *
        editorService:IWindowsFormsEditorService *
        browserType:Type *
        serviceProvider:IServiceProvider *
        store:Store *
        reference:ModelBusReference -> ModelBusReference
Protected Overridable Function PickReference (
    context As ITypeDescriptorContext,
    editorService As IWindowsFormsEditorService,
    browserType As Type,
    serviceProvider As IServiceProvider,
    store As Store,
    reference As ModelBusReference
) As ModelBusReference

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

See Also

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

Return to top