Remove Method (item)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Remove Method (item)
Removes a child path to the collection.
Declaration Syntax
C# Visual Basic Visual C++ F#
public bool Remove(
	InstallPath item
)
Public Function Remove ( 
	item As InstallPath
) As Boolean
public:
virtual bool Remove(
	InstallPath^ item
) sealed
abstract Remove : 
        item : InstallPath -> bool 
override Remove : 
        item : InstallPath -> bool 
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.11.1.2318)