ShapeField.NavigateAscend 方法

将焦点移到导航序列中的前形状字段选定形状的。

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

语法

声明
Public Overridable Function NavigateAscend ( _
    parentShape As ShapeElement, _
    selection As SelectedShapesCollection _
) As Boolean
public virtual bool NavigateAscend(
    ShapeElement parentShape,
    SelectedShapesCollection selection
)

参数

返回值

类型:System.Boolean
,如果焦点移动到导航序列,以前的形状则为 true;否则,错误。

备注

默认情况下,形状字段排在导航序列的子形状。

.NET Framework 安全性

请参见

参考

ShapeField 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间