Metoda IReferencePicker.PickElementReference — (ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)
Wybór odniesienia, za pomocą elementu przeglądarki i wyświetla je.Obsługuje automatyczne korekty w magazynie.
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Składnia
'Deklaracja
Function PickElementReference ( _
context As ITypeDescriptorContext, _
editorService As IWindowsFormsEditorService, _
store As Store, _
reference As ModelBusReference _
) As ModelBusReference
ModelBusReference PickElementReference(
ITypeDescriptorContext context,
IWindowsFormsEditorService editorService,
Store store,
ModelBusReference reference
)
Parametry
- context
Typ: System.ComponentModel.ITypeDescriptorContext
Kontekst, w którym wywołano metodę
- editorService
Typ: System.Windows.Forms.Design.IWindowsFormsEditorService
Umożliwia edytowanie odniesienia, za pomocą niestandardowych wizualną reprezentację oparte na DefaultEditStyle
- store
Typ: Microsoft.VisualStudio.Modeling.Store
Magazyn pracy, dla którego jest pobierany odniesienia
- reference
Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Odwołanie do bieżącego
Wartość zwracana
Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
Wybrane odwołanie przez próbnika
Uwagi
Metoda używana do wyświetlania za pomocą próbnika w elemencie UITypeEditor
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
Przeciążenie PickElementReference
Przestrzeń nazw Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting