TaskProvider::TaskCollection::Remove Method (Task^)

 

Removes a task from the collection.

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

public:
void Remove(
	Task^ task
)

Parameters

task
Type: Microsoft.VisualStudio.Shell::Task^

The task to remove.

Return to top
Show: