'Declaration Public Overloads Function IndexOf( _
ByVal profileThe KodakDeviceProfile to search for.As KodakDeviceProfile _
) As Integer
public int IndexOf(
KodakDeviceProfile profile
)
public: int IndexOf(
KodakDeviceProfile* profile
)
public:
int IndexOf(
KodakDeviceProfile^ profile
)
Parameters
- profile
- The KodakDeviceProfile to search for.
Return Value
The zero-based index of the table, or -1 if the KodakDeviceProfile object is not found in the collection.