VSReferencePicker.PickReference-Methode (ITypeDescriptorContext, IWindowsFormsEditorService, Type, IServiceProvider, Store, ModelBusReference)
Wählt einen Verweis im UITypeEditor-Kontext aus
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
'Declaration
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
)
Parameter
- context
Typ: System.ComponentModel.ITypeDescriptorContext
- editorService
Typ: System.Windows.Forms.Design.IWindowsFormsEditorService
- browserType
Typ: System.Type
- serviceProvider
Typ: System.IServiceProvider
- store
Typ: Microsoft.VisualStudio.Modeling.Store
Rückgabewert
Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.VisualStudio.Modeling.Integration.Shell.Picker-Namespace