Version

IndexOf Method (SummaryResultCollection)

Returns the location of the specified item in this collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As SummaryResult _
) As Integer
public int IndexOf( 
   SummaryResult item
)

Parameters

item
The item whose location to return.

Return Value

The location of the item in the collection. If the item is not found, returns -1.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also