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.
Return Value
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)