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

显示 targetShape 的关系图,并且,如果需要,选择形状 (可扩展所选内容中包含 extendedSelection。)

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)

语法

声明
Public Overridable Function NavigateTo ( _
    logicalView As Guid, _
    targetDiagramItem As DiagramItem, _
    extendedSelection As ICollection(Of DiagramItem), _
    changeSelection As Boolean _
) As Boolean
public virtual bool NavigateTo(
    Guid logicalView,
    DiagramItem targetDiagramItem,
    ICollection<DiagramItem> extendedSelection,
    bool changeSelection
)

参数

  • changeSelection
    类型:System.Boolean
    如果为 true,请更改选择。如果为 false,则显示元素,而不选择它们。

返回值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ModelElementLocator 类

NavigateTo 重载

Microsoft.VisualStudio.Modeling.Shell 命名空间