Accusoft.TwainPro8.Net
IndexOf Method
See Also  Send Feedback
Accusoft.TwainProSdk Namespace > DataSourceCollection Class : IndexOf Method




value

Glossary Item Box

Determines if the specified string is in the collection and returns the corresponding index value.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

value

Return Value

A zero-based index value which represents where in the collection the element resides.

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

©2013. Accusoft Corporation. All Rights Reserved.