VSReferencePicker.PickReference, méthode (ITypeDescriptorContext, IWindowsFormsEditorService, Type, IServiceProvider, Store, ModelBusReference)
Choisit une référence dans le contexte UITypeEditor
Espace de noms : Microsoft.VisualStudio.Modeling.Integration.Shell.Picker
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- context
Type : System.ComponentModel.ITypeDescriptorContext
- editorService
Type : System.Windows.Forms.Design.IWindowsFormsEditorService
- browserType
Type : System.Type
- serviceProvider
Type : System.IServiceProvider
- store
Type : Microsoft.VisualStudio.Modeling.Store
- reference
Type : Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Valeur de retour
Type : Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker, espace de noms