ModelElementLocator.NavigateTo 方法 (Guid, Diagram, ICollection<DiagramItem>)

显示目标关系图并选择目标形状。 在列表中的第一个形状是主选项。

命名空间:  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, _
    targetDiagram As Diagram, _
    targetSelection As ICollection(Of DiagramItem) _
) As Boolean
public bool NavigateTo(
    Guid logicalView,
    Diagram targetDiagram,
    ICollection<DiagramItem> targetSelection
)

参数

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ModelElementLocator 类

NavigateTo 重载

Microsoft.VisualStudio.Modeling.Shell 命名空间