IReferencePicker 接口
引用选择器协定
命名空间: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll 中)
语法
声明
Public Interface IReferencePicker
public interface IReferencePicker
IReferencePicker 类型公开以下成员。
属性
页首
方法
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickElementReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
选择引用使用元素浏览器并显示它。在存储支持自动链接地址信息。 |
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickElementReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) |
选择引用使用元素浏览器并显示它。在存储支持自动链接地址信息。 |
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickElementReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
选择引用使用元素浏览器并显示它。损坏的引用不会自动修复。 |
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickElementReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) |
选择引用使用元素浏览器并显示它。在存储支持自动链接地址信息。 |
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickModelReference(Store, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
选择引用使用模型浏览器并显示它。在存储支持自动链接地址信息。 |
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickModelReference(ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference) |
选择引用使用模型浏览器并显示它。在存储支持自动链接地址信息。 |
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickModelReferenceNoFixup(IServiceProvider, ModelBusReference, array<PickerMetadataBaseAttribute[]) |
选择引用使用模型浏览器并显示它。损坏的引用不会自动修复。 |
![公共方法 公共方法](images/bb547257.pubmethod(zh-cn,vs.110).gif) |
PickModelReferenceNoFixup(ITypeDescriptorContext, IWindowsFormsEditorService, IServiceProvider, ModelBusReference) |
选择引用使用模型浏览器并显示它。在存储支持自动链接地址信息。 |
页首
请参见
参考
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting 命名空间