Accusoft.TwainPro9.Net
Contains Method (ExtendedImageInfoContainerValueCollection)




Determines if the specified ExtendedImageInfoContainerValue is contained in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As ExtendedImageInfoContainerValue _
) As Boolean
'Usage
 
Dim instance As ExtendedImageInfoContainerValueCollection
Dim value As ExtendedImageInfoContainerValue
Dim value As Boolean
 
value = instance.Contains(value)
public bool Contains( 
   ExtendedImageInfoContainerValue value
)
public: bool Contains( 
   ExtendedImageInfoContainerValue* value
) 
public:
bool Contains( 
   ExtendedImageInfoContainerValue^ value
) 

Parameters

value

Return Value

A boolean value which is true if the given element is found within the collection. Otherwise, false is returned.
Remarks

This method searches the collection for the given ExtendedImageInfoContainerValue. If a reference to the ExtendedImageInfoContainerValue is found, this method returns true, otherwise, false is returned.

See Also

Reference

ExtendedImageInfoContainerValueCollection Class
ExtendedImageInfoContainerValueCollection Members
ExtendedImageInfoContainerValue Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback