Contains Method (item)

Microsoft Deployment Tools

Deployment Tools Foundation Contains Method (item)
Tests if the collection contains a child path.
Declaration Syntax
C# Visual Basic Visual C++
public bool Contains(
	InstallPath item
)
Public Function Contains ( _
	item As InstallPath _
) As Boolean
public:
virtual bool Contains(
	InstallPath^ item
) sealed
Parameters
item (InstallPath)
The InstallPath to search for.
Return Value
true if the item is found; false otherwise

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