MethodTaskItem Class
Provides a container class for tasks.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Client.TaskItem
Microsoft.Web.Management.Client.Win32.MethodTaskItem
| Name | Description | |
|---|---|---|
![]() | MethodTaskItem(String, String, String) | Initializes a new instance of the MethodTaskItem class by using the specified method name, text, and category. |
![]() | MethodTaskItem(String, String, String, String) | Initializes a new instance of the MethodTaskItem class by using the specified method name, text, category, and description. |
![]() | MethodTaskItem(String, String, String, String, Image) | Initializes a new instance of the MethodTaskItem class by using the specified method name, text, category, description, and menu icon. |
![]() | MethodTaskItem(String, String, String, String, Image, Object) | Initializes a new instance of the MethodTaskItem class by using the specified method name, text, category, description, menu icon, and user data. |
| Name | Description | |
|---|---|---|
![]() | Category | Gets the category.(Inherited from TaskItem.) |
![]() | Description | |
![]() | Enabled | Gets or sets a value indicating whether the object is enabled.(Inherited from TaskItem.) |
![]() | Image | Gets the menu item icon that is associated with the task. |
![]() | MethodName | Gets the method name. |
![]() | Properties | Gets the System.Collections.IDictionary member of the class.(Inherited from TaskItem.) |
![]() | Text | |
![]() | Usage | Gets or sets the method usage. |
![]() | UserData | Gets the user data for the task item. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class creates links in the Actions pane and shortcut menu items in the Connections pane of IIS Manager.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

