- item
- The Renderer item to locate in the collection.
Visual Basic (Declaration) | |
---|---|
Overloads Public Function IndexOf( _ ByVal item As Renderer _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Renderers Dim item As Renderer Dim value As Integer value = instance.IndexOf(item) |
Parameters
- item
- The Renderer item to locate in the collection.
Return Value
int The zero-based index of the found item; otherwise -1 if no item found.This method searches the underlying item collection to locate the item specified.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7