IReferencePicker.PickModelReference 方法 (ITypeDescriptorContext, IWindowsFormsEditorService, Store, ModelBusReference)
选择引用使用模型浏览器并显示它。 在存储支持自动链接地址信息。
命名空间: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll 中)
语法
声明
Function PickModelReference ( _
context As ITypeDescriptorContext, _
editorService As IWindowsFormsEditorService, _
store As Store, _
reference As ModelBusReference _
) As ModelBusReference
ModelBusReference PickModelReference(
ITypeDescriptorContext context,
IWindowsFormsEditorService editorService,
Store store,
ModelBusReference reference
)
参数
- context
类型:System.ComponentModel.ITypeDescriptorContext
方法调用的上下文
- editorService
类型:System.Windows.Forms.Design.IWindowsFormsEditorService
编辑引用使用基于 DefaultEditStyle 的自定义可视化表示形式
- store
类型:Microsoft.VisualStudio.Modeling.Store
引用选定的工作单元
- reference
类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
当前引用
返回值
类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
选定的由选择器引用
备注
使用方法来显示选择器在 UITypeEditor
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting 命名空间