ModelElementLocator.NavigateTo 方法 (Guid, DiagramItem, ICollection<DiagramItem>)
显示 targetShape 的关系图并选择形状 (可扩展所选内容中包含 extendedSelection。)
命名空间: Microsoft.VisualStudio.Modeling.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
语法
声明
Public Function NavigateTo ( _
logicalView As Guid, _
diagramItem As DiagramItem, _
extendedSelection As ICollection(Of DiagramItem) _
) As Boolean
public bool NavigateTo(
Guid logicalView,
DiagramItem diagramItem,
ICollection<DiagramItem> extendedSelection
)
参数
- logicalView
类型:System.Guid
- diagramItem
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
建模选择。
- extendedSelection
类型:System.Collections.Generic.ICollection<DiagramItem>
还可以选中的 ShapeElements 的集合。可能为空列表或 null。
返回值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。