InsertItem Method (ResourceList)
In This Topic
Overrides default behavior of Collection. Prevents from adding items non-existent in the parent collection.
Syntax
'Declaration
Protected Overridable Sub InsertItem( _
ByVal As Integer, _
ByVal As Resource _
)
protected virtual void InsertItem(
int ,
Resource
)
Parameters
- index
- The zero-based index of the item to insert.
- item
- The object to insert.
See Also