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
)
參數
- parentShape
類型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
圖案欄位要被指派到的圖案項目。
- selection
類型:Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
已選取並可巡覽的圖案群組。
傳回值
類型:System.Boolean
如果焦點移至巡覽順序的上一個圖案中,則為 true,否則為 false。
備註
根據預設,圖案欄位在巡覽順序的子圖案之前。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。