IndexOf Method (item)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation IndexOf Method (item)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceCollectionIndexOf(Resource)
Gets the index of an item in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public int IndexOf(
	Resource item
)
Public Function IndexOf ( 
	item As Resource
) As Integer
public:
int IndexOf(
	Resource^ item
)
Parameters
item (Resource)
The Resource to search for.
Return Value
Int32
The index of the item, or -1 if not found.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)