TaskProvider::TaskCollection::IList::Remove Method (Object^)

 

Removes the specified task from the collection.

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

private:
virtual void Remove(
	Object^ obj
) sealed = IList::Remove

Parameters

obj
Type: System::Object^

The task to be removed.

Return to top
Show: