TaskProvider::TaskCollection::IList::Insert Method (Int32, Object^)
Visual Studio 2015
Inserts a task in the collection at the specified index.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- index
-
Type:
System::Int32
The index at which to insert the task.
- obj
-
Type:
System::Object^
The task to insert.
Implements
IList::Insert(Int32, Object^)
Show: