Accusoft.TwainProSdk Namespace > ExtendedImageInfoContainerValueCollection Class : IndexOf Method |
'Declaration Public Function IndexOf( _ ByVal value As ExtendedImageInfoContainerValue _ ) As Integer
'Usage Dim instance As ExtendedImageInfoContainerValueCollection Dim value As ExtendedImageInfoContainerValue Dim value As Integer value = instance.IndexOf(value)
public int IndexOf( ExtendedImageInfoContainerValue value )
public: int IndexOf( ExtendedImageInfoContainerValue* value )
public: int IndexOf( ExtendedImageInfoContainerValue^ value )
This method searches the collection for a reference to the given object. If it does not find a reference to it, this method returns -1. If the object is present more than once in the collection, this method returns the lowest index of a match.