Share via


IVsTaskProgressCollection.Tasks Property

Definition

Gets the set of tasks that comprise the task collection.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::TaskStatusCenter::IVsTaskProgress ^> ^ Tasks { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::TaskStatusCenter::IVsTaskProgress ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.TaskStatusCenter.IVsTaskProgress> Tasks { get; }
member this.Tasks : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.TaskStatusCenter.IVsTaskProgress>
Public ReadOnly Property Tasks As IReadOnlyList(Of IVsTaskProgress)

Property Value

Applies to