ShapeElement.NavigateTo 方法

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

语法

声明
Protected Function NavigateTo ( _
    newFocusItem As DiagramItem, _
    selection As SelectedShapesCollection _
) As Boolean
protected bool NavigateTo(
    DiagramItem newFocusItem,
    SelectedShapesCollection selection
)

参数

返回值

类型:System.Boolean
,如果转换的,则为 true 选择的更改;否则,错误。

备注

SelectedShapesCollection 是 DiagramItems 的集合。 DiagramItem 可以引用 ShapeElement;也可以在 ShapeElement 中的 ShapeField;也可以在 LinkShape 中的 LineSegment。

.NET Framework 安全性

请参见

参考

ShapeElement 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间