Share via


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)

Syntax

public interface IReferencePicker
public interface class IReferencePicker
type IReferencePicker = interface end
Public Interface IReferencePicker

Properties

Name Description
System_CAPS_pubproperty DefaultEditStyle

The edit style for the reference picker in UITypeEditor

Methods

Name Description
System_CAPS_pubmethod PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

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

System_CAPS_pubmethod PickElementReference(Store, ModelBusReference, PickerMetadataBaseAttribute[])

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

System_CAPS_pubmethod PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, PickerMetadataBaseAttribute[])

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

System_CAPS_pubmethod PickElementReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference)

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

System_CAPS_pubmethod PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)

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

System_CAPS_pubmethod PickModelReference(Store, ModelBusReference, PickerMetadataBaseAttribute[])

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

System_CAPS_pubmethod PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, PickerMetadataBaseAttribute[])

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

System_CAPS_pubmethod PickModelReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference)

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

See Also

Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting Namespace

Return to top