Share via


TaskProgressCollectionOptions(String, String) Constructor

Definition

Initializes a new instance of the TaskProgressCollectionOptions class.

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

Parameters

title
String

The title for the collection.

id
String

The unique identifier for the collection.

Applies to