共用方式為


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 命名空間