ModelReferenceEditor.PickReference – metoda
Referenční vyskladnění pomocí dialogu pro výběr modelu
Obor názvů: Microsoft.VisualStudio.Modeling.Integration.Picker
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntaxe
'Deklarace
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
)
Parametry
- context
Typ: System.ComponentModel.ITypeDescriptorContext
- editorService
Typ: System.Windows.Forms.Design.IWindowsFormsEditorService
- store
Typ: Microsoft.VisualStudio.Modeling.Store
Vrácená hodnota
Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.Modeling.Integration.Picker – obor názvů