TaskProvider.TaskCollection(TaskProvider) Constructor

Definition

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.

Applies to