参考选取器协定
命名空间: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll 中)
语法
声明
Public Interface IReferencePicker
public interface IReferencePicker
IReferencePicker 类型公开以下成员。
属性
页首
方法
.gif) |
PickElementReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
使用元素浏览器选择引用并显示该引用。支持存储的自动 fixup。 |
.gif) |
PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) |
使用元素浏览器选择引用并显示该引用。支持存储的自动 fixup。 |
.gif) |
PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
使用元素浏览器选择引用并显示该引用。中断的引用将不会自动更正。 |
.gif) |
PickElementReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) |
使用元素浏览器选择引用并显示该引用。支持存储的自动 fixup。 |
.gif) |
PickModelReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
使用模型浏览器选择引用并显示该引用。支持存储的自动 fixup。 |
.gif) |
PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) |
使用模型浏览器选择引用并显示该引用。支持存储的自动 fixup。 |
.gif) |
PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
使用模型浏览器选择引用并显示该引用。中断的引用将不会自动更正。 |
.gif) |
PickModelReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) |
使用模型浏览器选择引用并显示该引用。支持存储的自动 fixup。 |
页首
请参阅
参考
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting 命名空间