StandardVsModelingDiagramView.SetSelection 方法 (ModelBusReference)
查找 ShapeElement 与此相应引用并选定它在设计图面上。如果引用解析为不是形状的 ModelElement,尝试查找它的相应形状。
命名空间: Microsoft.VisualStudio.Modeling.Integration.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll 中)
语法
声明
Public Overrides Sub SetSelection ( _
reference As ModelBusReference _
)
public override void SetSelection(
ModelBusReference reference
)
参数
- reference
类型:Microsoft.VisualStudio.Modeling.Integration.ModelBusReference
标识特定 ModelElement 需要选定的 ModelBusReference
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。