DesignerVerbGroup 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
指定上下文菜单或工作流设计器菜单中要显示活动设计器谓词的分组区域。
public enum class DesignerVerbGroup
public enum DesignerVerbGroup
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum DesignerVerbGroup
type DesignerVerbGroup =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type DesignerVerbGroup =
Public Enum DesignerVerbGroup
- 继承
- 属性
字段
Actions | 4 | 操作设计器谓词组。 |
Edit | 2 | 编辑设计器谓词组。 |
General | 0 | 常规设计器谓词组。 |
Misc | 5 | 杂项设计器谓词组。 |
Options | 3 | 选项设计器谓词组。 |
View | 1 | 视图设计器谓词组。 |
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。