Compartir a través de


TaskDisplayItem(String, String) Constructor

Definition

Initializes a new instance of the TaskDisplayItem class.

public:
 TaskDisplayItem(System::String ^ title, System::String ^ description);
public TaskDisplayItem (string title, string description);
new Microsoft.VisualStudio.TaskStatusCenter.TaskDisplayItem : string * string -> Microsoft.VisualStudio.TaskStatusCenter.TaskDisplayItem
Public Sub New (title As String, description As String)

Parameters

title
String

The title of the task.

description
String

The description.

Applies to