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 | |
---|---|---|
DefaultEditStyle | The edit style for the reference picker in UITypeEditor |
Methods
Name | Description | |
---|---|---|
PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) | Picks a reference using element browser and displays it. Supports automatic fixup in the store. |
|
PickElementReference(Store, ModelBusReference, PickerMetadataBaseAttribute[]) | Picks a reference using element browser and displays it. Supports automatic fixup in the store. |
|
PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, 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(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) | Picks a reference using model browser and displays it. Supports automatic fixup in the store. |
|
PickModelReference(Store, ModelBusReference, PickerMetadataBaseAttribute[]) | Picks a reference using model browser and displays it. Supports automatic fixup in the store. |
|
PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, 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. |
See Also
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting Namespace
Return to top