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.