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
屬性

欄位

名稱 Description
Down 0

向下移動到下一個活動。

Up 1

依序導向前一個活動。

Left 2

在工作流程中向左移動。

Right 3

在工作流程中向右移動。

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

設計師導覽方向是空間性的,讓你能指示工作流程設計表面上應該執行的方向。

適用於