Freigeben über


VSReferencePicker.PickElementReference-Methode (ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

Wählt Elementverweis in 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 PickElementReference ( _
    context As ITypeDescriptorContext, _
    editorService As IWindowsFormsEditorService, _
    store As Store, _
    reference As ModelBusReference _
) As ModelBusReference
public virtual ModelBusReference PickElementReference(
    ITypeDescriptorContext context,
    IWindowsFormsEditorService editorService,
    Store store,
    ModelBusReference reference
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.Integration.ModelBusReference

Implementiert

IReferencePicker.PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

Hinweise

Diese Methode ist für UITypeEditor-Verwendung

.NET Framework-Sicherheit

Siehe auch

Referenz

VSReferencePicker Klasse

PickElementReference-Überladung

Microsoft.VisualStudio.Modeling.Integration.Shell.Picker-Namespace