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