Insert Method (index, item)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Insert Method (index, item)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPathCollectionInsert(Int32, InstallPath)
Inserts a child path into the collection.
Declaration Syntax
C# Visual Basic Visual C++
public void Insert(
	int index,
	InstallPath item
)
Public Sub Insert ( 
	index As Integer,
	item As InstallPath
)
public:
virtual void Insert(
	int index, 
	InstallPath^ item
) sealed
Parameters
index (Int32)
The insertion index.
item (InstallPath)
The InstallPath to insert.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)