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