Add Method (item)

Microsoft Deployment Tools

Deployment Tools Foundation Add Method (item)
Adds a new child path to the collection.
Declaration Syntax
C# Visual Basic Visual C++
public void Add(
	InstallPath item
)
Public Sub Add ( _
	item As InstallPath _
)
public:
virtual void Add(
	InstallPath^ item
) sealed
Parameters
item (InstallPath)
The InstallPath to add.

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