Insert Method (index, item)

Microsoft Deployment Tools

Deployment Tools Foundation Insert Method (index, item)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceCollectionInsert(Int32, Resource)
Inserts a item into the collection.
Declaration Syntax
C# Visual Basic Visual C++
public void Insert(
	int index,
	Resource item
)
Public Sub Insert ( _
	index As Integer, _
	item As Resource _
)
public:
void Insert(
	int index, 
	Resource^ item
)
Parameters
index (Int32)
The insertion index.
item (Resource)
The Resource to insert.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)