DesignerNavigationDirection 列舉

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

指定要用於在設計工具物件中巡覽的值。

public enum class DesignerNavigationDirection
public enum DesignerNavigationDirection
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerNavigationDirection
type DesignerNavigationDirection = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerNavigationDirection = 
Public Enum DesignerNavigationDirection
繼承
DesignerNavigationDirection
屬性

欄位

Down 0

向下巡覽至順序中的下一個活動。

Left 2

巡覽至工作流程的左邊。

Right 3

巡覽至工作流程的右邊。

Up 1

向上巡覽至順序中的前一個活動。

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

設計工具的巡覽方向具有區域性,可讓您指示巡覽在工作流程設計介面上的發生方向。

適用於