IReferencePicker Interface
Reference picker contract
Namespace: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Interface IReferencePicker
public interface IReferencePicker
public interface class IReferencePicker
type IReferencePicker = interface end
public interface IReferencePicker
The IReferencePicker type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DefaultEditStyle | The edit style for the reference picker in UITypeEditor |
Top
Methods
Name | Description | |
---|---|---|
![]() |
PickElementReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) | Picks a reference using element browser and displays it. Supports automatic fixup in the store. |
![]() |
PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) | Picks a reference using element browser and displays it. Supports automatic fixup in the store. |
![]() |
PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) | Picks a reference using element browser and displays it. Broken references will not be automatically fixed up. |
![]() |
PickElementReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) | Picks a reference using element browser and displays it. Supports automatic fixup in the store. |
![]() |
PickModelReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) | Picks a reference using model browser and displays it. Supports automatic fixup in the store. |
![]() |
PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) | Picks a reference using model browser and displays it. Supports automatic fixup in the store. |
![]() |
PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) | Picks a reference using model browser and displays it. Broken references will not be automatically fixed up. |
![]() |
PickModelReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) | Picks a reference using model browser and displays it. Supports automatic fixup in the store. |
Top
See Also
Reference
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting Namespace