DesignerVerbGroup Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Specifies the grouping area on a context menu or a workflow designer menu in which an activity designer verb is to appear.
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
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
General | 0 | The general designer verb group. |
View | 1 | The view designer verb group. |
Edit | 2 | The edit designer verb group. |
Options | 3 | The options designer verb group. |
Actions | 4 | The actions designer verb group. |
Misc | 5 | The miscellaneous designer verb group. |
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.