共用方式為


ShapeElement.NavigateDescend 方法

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

語法

'宣告
Public Overridable Function NavigateDescend ( _
    selection As SelectedShapesCollection _
) As Boolean
public virtual bool NavigateDescend(
    SelectedShapesCollection selection
)

參數

傳回值

類型:System.Boolean
如果發生巡覽作業,則為 true,否則為 false。

備註

覆寫這個方法變更選取行為,例如變更巡覽順序。 在決定下一個項目之後選取,您可以呼叫 NavigateTo

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

.NET Framework 安全性

請參閱

參考

ShapeElement 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間