TaskDisplayItem(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.