TaskProvider::TaskCollection::IList::Insert Method (Int32, Object^)

 

Inserts a task in the collection at the specified index.

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

private:
virtual void Insert(
	int index,
	Object^ obj
) sealed = IList::Insert

Parameters

index
Type: System::Int32

The index at which to insert the task.

obj
Type: System::Object^

The task to insert.

Return to top
Show: