TaskProvider.Tasks Property
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.
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