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
- context
Tipo: System.ComponentModel.ITypeDescriptorContext
- editorService
Tipo: System.Windows.Forms.Design.IWindowsFormsEditorService
- browserType
Tipo: System.Type
- serviceProvider
Tipo: System.IServiceProvider
- store
Tipo: Microsoft.VisualStudio.Modeling.Store
- reference
Tipo: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Valor de retorno
Tipo: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Modeling.Integration.Shell.Picker