TaskDisplayItem(String, String) Konstruktor

Definition

Initialisiert eine neue Instanz der TaskDisplayItem-Klasse.

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)

Parameter

title
String

Der Titel der Aufgabe.

description
String

Die Beschreibung.

Gilt für