MethodTaskItemUsages Enumeration
Specifies the type of the MethodTaskItem object.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Member name | Description | |
|---|---|---|
| ContextMenu | The MethodTaskItem is for a shortcut menu. | |
| TaskList | The MethodTaskItem is for a TaskList object. |
The following example sets the MethodTaskItemUsages enumeration to the TaskList type.
Show: