DesignerVerbGroup 枚举

定义

注意

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
继承
DesignerVerbGroup
属性

字段

名称 说明
General 0

常规设计器谓词组。

View 1

视图设计器谓词组。

Edit 2

编辑设计器谓词组。

Options 3

选项设计器谓词组。

Actions 4

操作设计器谓词组。

Misc 5

杂项设计器谓词组。

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

适用于