共用方式為


ShapeElement.NavigateTo 方法

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Protected Function NavigateTo ( _
    newFocusItem As DiagramItem, _
    selection As SelectedShapesCollection _
) As Boolean
protected bool NavigateTo(
    DiagramItem newFocusItem,
    SelectedShapesCollection selection
)

參數

傳回值

類型:System.Boolean
如果項目狀態的焦點已變更,則為 true,否則為 false。

備註

SelectedShapesCollection 是的 DiagramItems 集合。 DiagramItem 可能參考 ShapeElement;或者在 ShapeElement 內的 ShapeField;或者在 LinkShape 內的 LineSegment。

.NET Framework 安全性

請參閱

參考

ShapeElement 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間