TextTaskItem Class
Provides a container class for text and image data.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Microsoft.Web.Management.Client.TaskItem
Microsoft.Web.Management.Client.Win32.TextTaskItem
| Name | Description | |
|---|---|---|
![]() | TextTaskItem(String, String) | Initializes a new instance of the TextTaskItem class, using the specified text and category. |
![]() | TextTaskItem(String, String, Boolean) | Initializes a new instance of the TextTaskItem class, using the specified text, category, and optional heading status. |
![]() | TextTaskItem(String, String, Boolean, Image) | Initializes a new instance of the TextTaskItem class, using the specified text, category, optional heading status, and image. |
| 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 image that is associated with the task item. |
![]() | IsHeading | Gets a value indicating whether the task item is a heading. |
![]() | Properties | Gets the System.Collections.IDictionary member of the class.(Inherited from TaskItem.) |
![]() | Text |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
You can use a TextTaskItem object to display a message, often with one or more Microsoft.Web.Management.Client.TaskItem objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

