TaskProgressCollectionOptions(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 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.