Deployment Tools Foundation
Remove Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathCollection ► Remove(InstallPath)
Removes a child path to the collection.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public bool Remove( InstallPath item )
Public Function Remove ( _ item As InstallPath _ ) As Boolean
public: virtual bool Remove( InstallPath^ item ) sealed
![](collapse_all.gif)
- item (InstallPath)
- The InstallPath to remove.