TextTaskItem Class

Definition

Provides a container class for text and image data.

public ref class TextTaskItem sealed : Microsoft::Web::Management::Client::TaskItem
public sealed class TextTaskItem : Microsoft.Web.Management.Client.TaskItem
type TextTaskItem = class
    inherit TaskItem
Public NotInheritable Class TextTaskItem
Inherits TaskItem
Inheritance
TextTaskItem

Remarks

You can use a TextTaskItem object to display a message, often with one or more Microsoft.Web.Management.Client.TaskItem objects.

Constructors

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.

Properties

Category

Gets the category.

(Inherited from TaskItem)
Description

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

(Inherited from TaskItem)
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 IDictionary member of the class.

(Inherited from TaskItem)
Text

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

(Inherited from TaskItem)

Applies to