TaskProvider.TaskCollection(TaskProvider) 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 TaskProvider.TaskCollection for the supplied task provider.
public:
TaskCollection(Microsoft::VisualStudio::Shell::TaskProvider ^ owner);
public TaskCollection (Microsoft.VisualStudio.Shell.TaskProvider owner);
new Microsoft.VisualStudio.Shell.TaskProvider.TaskCollection : Microsoft.VisualStudio.Shell.TaskProvider -> Microsoft.VisualStudio.Shell.TaskProvider.TaskCollection
Public Sub New (owner As TaskProvider)
Parameters
- owner
- TaskProvider
The task provider that owns these tasks.