Deployment Tools Foundation
Remove Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathCollection ► Remove(InstallPath)
Removes a child path to the collection.
Declaration Syntax
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
Parameters
- item (InstallPath)
- The InstallPath to remove.