IReferencePicker.PickModelReference 方法 (Store, ModelBusReference, array<PickerMetadataBaseAttribute[])
选择引用使用模型浏览器并显示它。 在存储支持自动链接地址信息。
命名空间: Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll 中)
语法
声明
Function PickModelReference ( _
store As Store, _
reference As ModelBusReference, _
ParamArray metadata As PickerMetadataBaseAttribute() _
) As ModelBusReference
ModelBusReference PickModelReference(
Store store,
ModelBusReference reference,
params PickerMetadataBaseAttribute[] metadata
)
参数
- store
类型:Microsoft.VisualStudio.Modeling.Store
用作服务提供程序,并在中存储要自动执行 fixup
- reference
类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
当前引用
- metadata
类型:array<Microsoft.VisualStudio.Modeling.Integration.Picker.PickerMetadataBaseAttribute[]
选择器和它的其他元数据是浏览器
返回值
类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
选定的由选择器引用
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.Modeling.Integration.Picker.Hosting 命名空间