ModelElementReferenceEditor.PickReference-Methode
Wählt Verweis mithilfe der Elementauswahl aus
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
Protected Overrides Function PickReference ( _
context As ITypeDescriptorContext, _
editorService As IWindowsFormsEditorService, _
store As Store, _
reference As ModelBusReference _
) As ModelBusReference
protected override ModelBusReference PickReference(
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
.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
ModelElementReferenceEditor Klasse
Microsoft.VisualStudio.Modeling.Integration.Picker-Namespace