IReferencePicker Interface

 

Reference picker contract

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

public interface class IReferencePicker

NameDescription
System_CAPS_pubpropertyDefaultEditStyle

The edit style for the reference picker in UITypeEditor

NameDescription
System_CAPS_pubmethodPickElementReference(ITypeDescriptorContext^, IWindowsFormsEditorService^, Store^, ModelBusReference^)

Picks a reference using element browser and displays it. Supports automatic fixup in the store.

System_CAPS_pubmethodPickElementReference(Store^, ModelBusReference^, array<PickerMetadataBaseAttribute^>^)

Picks a reference using element browser and displays it. Supports automatic fixup in the store.

System_CAPS_pubmethodPickElementReferenceNoFixup(IServiceProvider^, ModelBusReference^, array<PickerMetadataBaseAttribute^>^)

Picks a reference using element browser and displays it. Broken references will not be automatically fixed up.

System_CAPS_pubmethodPickElementReferenceNoFixup(ITypeDescriptorContext^, IWindowsFormsEditorService^, IServiceProvider^, ModelBusReference^)

Picks a reference using element browser and displays it. Supports automatic fixup in the store.

System_CAPS_pubmethodPickModelReference(ITypeDescriptorContext^, IWindowsFormsEditorService^, Store^, ModelBusReference^)

Picks a reference using model browser and displays it. Supports automatic fixup in the store.

System_CAPS_pubmethodPickModelReference(Store^, ModelBusReference^, array<PickerMetadataBaseAttribute^>^)

Picks a reference using model browser and displays it. Supports automatic fixup in the store.

System_CAPS_pubmethodPickModelReferenceNoFixup(IServiceProvider^, ModelBusReference^, array<PickerMetadataBaseAttribute^>^)

Picks a reference using model browser and displays it. Broken references will not be automatically fixed up.

System_CAPS_pubmethodPickModelReferenceNoFixup(ITypeDescriptorContext^, IWindowsFormsEditorService^, IServiceProvider^, ModelBusReference^)

Picks a reference using model browser and displays it. Supports automatic fixup in the store.

Return to top
Show: