Deployment Tools Foundation
IndexOf Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► ResourceCollection ► IndexOf(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.
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)