MethodTaskItem Class

 

Provides a container class for tasks.

Namespace:   Microsoft.Web.Management.Client.Win32
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  Microsoft.Web.Management.Client.TaskItem
    Microsoft.Web.Management.Client.Win32.MethodTaskItem

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class MethodTaskItem : TaskItem

NameDescription
System_CAPS_pubmethodMethodTaskItem(String, String, String)

Initializes a new instance of the MethodTaskItem class by using the specified method name, text, and category.

System_CAPS_pubmethodMethodTaskItem(String, String, String, String)

Initializes a new instance of the MethodTaskItem class by using the specified method name, text, category, and description.

System_CAPS_pubmethodMethodTaskItem(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.

System_CAPS_pubmethodMethodTaskItem(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.

NameDescription
System_CAPS_pubpropertyCategory

Gets the category.(Inherited from TaskItem.)

System_CAPS_pubpropertyDescription

Gets the description that is set in the TaskList constructor.(Inherited from TaskItem.)

System_CAPS_pubpropertyEnabled

Gets or sets a value indicating whether the object is enabled.(Inherited from TaskItem.)

System_CAPS_pubpropertyImage

Gets the menu item icon that is associated with the task.

System_CAPS_pubpropertyMethodName

Gets the method name.

System_CAPS_pubpropertyProperties

Gets the System.Collections.IDictionary member of the class.(Inherited from TaskItem.)

System_CAPS_pubpropertyText

Gets the text that is set in the TaskList constructor.(Inherited from TaskItem.)

System_CAPS_pubpropertyUsage

Gets or sets the method usage.

System_CAPS_pubpropertyUserData

Gets the user data for the task item.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: