InsertItem Method (TaskCollection)
In This Topic
Inserts an item at the specified index.
Syntax
'Declaration
Protected Overrides Sub InsertItem( _
ByVal As Integer, _
ByVal As Task _
)
protected override void InsertItem(
int ,
Task
)
Parameters
- index
- newItem
See Also