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
)
参数
- newFocusItem
类型:Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
应为新的焦点的形状或字段。
- selection
类型:Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
焦点将已更改的选择。
返回值
类型:System.Boolean
,如果转换的,则为 true 选择的更改;否则,错误。
备注
SelectedShapesCollection 是 DiagramItems 的集合。 DiagramItem 可以引用 ShapeElement;也可以在 ShapeElement 中的 ShapeField;也可以在 LinkShape 中的 LineSegment。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。