Accusoft.TwainProSdk Namespace > CapabilityContainerOneValueCollection Class : IndexOf Method |
'Declaration Public Function IndexOf( _ ByVal value As CapabilityContainerOneValue _ ) As Integer
'Usage Dim instance As CapabilityContainerOneValueCollection Dim value As CapabilityContainerOneValue Dim value As Integer value = instance.IndexOf(value)
public int IndexOf( CapabilityContainerOneValue value )
public: int IndexOf( CapabilityContainerOneValue* value )
public: int IndexOf( CapabilityContainerOneValue^ 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.