Deployment Tools Foundation
Add Method (item)
Adds a new child path to the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Add( InstallPath item )
Public Sub Add ( item As InstallPath )
public: virtual void Add( InstallPath^ item ) sealed
abstract Add : item : InstallPath -> unit override Add : item : InstallPath -> unit
Parameters
- item (InstallPath)
- The InstallPath to add.
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)