TaskProvider.Tasks Property

Definition

Gets a collection of tasks.

public:
 property Microsoft::VisualStudio::Shell::TaskProvider::TaskCollection ^ Tasks { Microsoft::VisualStudio::Shell::TaskProvider::TaskCollection ^ get(); };
public Microsoft.VisualStudio.Shell.TaskProvider.TaskCollection Tasks { get; }
member this.Tasks : Microsoft.VisualStudio.Shell.TaskProvider.TaskCollection
Public ReadOnly Property Tasks As TaskProvider.TaskCollection

Property Value

TaskProvider.TaskCollection.

Applies to