Heureka API .NET Documentation
IndexOf(Object) Method



Object to look for
Gets the index of an object in the collection
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As TreatmentUnitInfoCollection
Dim value As Object
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   object value
)
public:
int IndexOf( 
   Object^ value
) 

Parameters

value
Object to look for

Return Value

Index of first occurence of object, or -1 if the object not exists
Requirements

Target Platforms: Windows 7, 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

Reference

TreatmentUnitInfoCollection Class
TreatmentUnitInfoCollection Members
Overload List

Send Feedback