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.dll) Version: 3.0.0.0 (3.9.1006.0)