TaskProvider::TaskCollection Constructor (TaskProvider^)

 

Initializes a new instance of TaskProvider::TaskCollection for the supplied task provider.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
TaskCollection(
	TaskProvider^ owner
)

Parameters

owner
Type: Microsoft.VisualStudio.Shell::TaskProvider^

The task provider that owns these tasks.

Return to top
Show: