共用方式為


ShapeField.NavigateToPrevious 方法

將焦點移至選定圖案巡覽順序的上一個圖案欄位中。

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

語法

'宣告
Public Overridable Function NavigateToPrevious ( _
    parentShape As ShapeElement, _
    selection As SelectedShapesCollection _
) As Boolean
public virtual bool NavigateToPrevious(
    ShapeElement parentShape,
    SelectedShapesCollection selection
)

參數

傳回值

類型:System.Boolean
如果焦點移至巡覽順序的上一個圖案中,則為 true,否則為 false。

備註

根據預設,圖案欄位在巡覽順序的子圖案之前。

.NET Framework 安全性

請參閱

參考

ShapeField 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間