DesignerNavigationDirection 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
- 繼承
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Down | 0 | 向下移動到下一個活動。 |
| Up | 1 | 依序導向前一個活動。 |
| Left | 2 | 在工作流程中向左移動。 |
| Right | 3 | 在工作流程中向右移動。 |
備註
Note
此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的
設計師導覽方向是空間性的,讓你能指示工作流程設計表面上應該執行的方向。