ShapeSubField.NavigateToPrevious 方法

调用此 ShapeSubField 将焦点设置为在导航序列中的前对象。

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

语法

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

参数

返回值

类型:System.Boolean

备注

如果 ShapeElement、 ShapeField 或 ShapeSubField 不可设定焦点的,不参与导航序列。

.NET Framework 安全性

请参见

参考

ShapeSubField 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间