Accusoft.TwainPro9.Net
Add Method (CapabilityContainerOneValueCollection)




Adds a CapabilityContainerOneValue to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As CapabilityContainerOneValue _
) As Integer
'Usage
 
Dim instance As CapabilityContainerOneValueCollection
Dim value As CapabilityContainerOneValue
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   CapabilityContainerOneValue value
)
public: int Add( 
   CapabilityContainerOneValue* value
) 
public:
int Add( 
   CapabilityContainerOneValue^ value
) 

Parameters

value

Return Value

An integer value which represents the new index value after adding the element to the collection.
Remarks

This method inserts a new CapabilityContainerOneValue object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.

See Also

Reference

CapabilityContainerOneValueCollection Class
CapabilityContainerOneValueCollection Members
CapabilityContainerOneValue Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback