Accusoft.TwainPro9.Net
IndexOf Method (CapabilityContainerOneValueCollection)




Searches the collection for the specified CapabilityContainerOneValue and returns the index value of it.
Syntax
'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
) 

Parameters

value

Return Value

An integer value which represents the zero-based index of the CapabilityContainerOneValue specified in the collection.
Remarks

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.

See Also

Reference

CapabilityContainerOneValueCollection Class
CapabilityContainerOneValueCollection Members
CapabilityContainerOneValue Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback