Returns the index of the first occurrence of a
Processor object.
Syntax
Visual Basic (Declaration) | |
---|
Overloads Public Function IndexOf( _
ByVal item As Processor _
) As Integer |
Parameters
- item
- A Processor object reference of the item to find.
Return Value
The zero-based index position of the
Processor item found, or -1 if not found.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also