IndexOf Method (item)

DTF API

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++ F#
public int IndexOf(
	Resource item
)
Public Function IndexOf ( 
	item As Resource
) As Integer
public:
int IndexOf(
	Resource^ item
)
member IndexOf : 
        item : Resource -> int 
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.11.1.2318)