VSReferencePicker.PickModelReference-Methode (ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)
Wählt Modellverweis 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
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
)
Parameter
- context
Typ: System.ComponentModel.ITypeDescriptorContext
- editorService
Typ: System.Windows.Forms.Design.IWindowsFormsEditorService
- store
Typ: Microsoft.VisualStudio.Modeling.Store
Rückgabewert
Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Implementiert
Hinweise
Diese Methode ist für UITypeEditor-Verwendung
.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