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

 

Adds the task to the collection.

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

private:
virtual int Add(
	Object^ obj
) sealed = IList::Add

Parameters

obj
Type: System::Object^

The task object.

Return Value

Type: System::Int32

The index at which the task was added.

Return to top
Show: