Remove Method (item)

Microsoft Deployment Tools

Deployment Tools Foundation Remove Method (item)
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.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)