Partilhar via


Método VSReferencePicker.PickModelReference (ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

Referência de modelo de separações 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
Public Overridable Function PickModelReference ( _
    context As ITypeDescriptorContext, _
    editorService As IWindowsFormsEditorService, _
    store As Store, _
    reference As ModelBusReference _
) As ModelBusReference
public virtual ModelBusReference PickModelReference(
    ITypeDescriptorContext context,
    IWindowsFormsEditorService editorService,
    Store store,
    ModelBusReference reference
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

Implementações

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

Comentários

Esse método destina-se ao uso de UITypeEditor

Segurança do .NET Framework

Consulte também

Referência

VSReferencePicker Classe

Sobrecargas PickModelReference

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