IndexOf Method (item)

Microsoft Deployment Tools

Deployment Tools Foundation IndexOf Method (item)
Gets the index of a child path in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public int IndexOf(
	InstallPath item
)
Public Function IndexOf ( _
	item As InstallPath _
) As Integer
public:
virtual int IndexOf(
	InstallPath^ item
) sealed
Parameters
item (InstallPath)
The InstallPath to search for.
Return Value
The index of the item, or -1 if not found.

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