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