Partilhar via


Método VSReferencePicker.PickReference (ITypeDescriptorContext, IWindowsFormsEditorService, Type, IServiceProvider, Store, ModelBusReference)

Seleciona uma referência no contexto de UITypeEditor

Namespace:  Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)

Sintaxe

'Declaração
Protected Overridable Function PickReference ( _
    context As ITypeDescriptorContext, _
    editorService As IWindowsFormsEditorService, _
    browserType As Type, _
    serviceProvider As IServiceProvider, _
    store As Store, _
    reference As ModelBusReference _
) As ModelBusReference
protected virtual ModelBusReference PickReference(
    ITypeDescriptorContext context,
    IWindowsFormsEditorService editorService,
    Type browserType,
    IServiceProvider serviceProvider,
    Store store,
    ModelBusReference reference
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

Segurança do .NET Framework

Consulte também

Referência

VSReferencePicker Classe

Sobrecargas PickReference

Namespace Microsoft.VisualStudio.Modeling.Integration.Shell.Picker