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
- 继承
- 属性
字段
Down | 0 | 按顺序向下导航到下一个活动。 |
Left | 2 | 导航到工作流中的左侧。 |
Right | 3 | 导航到工作流中的右侧。 |
Up | 1 | 按顺序向上导航到上一个活动。 |
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
设计器导航方向是空间上的,这样可以指示应在工作流设计图面上的哪个方向执行导航。