Accusoft.TwainPro9.Net
Remove Method (CapabilityContainerOneValueCollection)




Removes a CapabilityContainerOneValue from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As CapabilityContainerOneValue _
) 
'Usage
 
Dim instance As CapabilityContainerOneValueCollection
Dim value As CapabilityContainerOneValue
 
instance.Remove(value)
public void Remove( 
   CapabilityContainerOneValue value
)
public: void Remove( 
   CapabilityContainerOneValue* value
) 
public:
void Remove( 
   CapabilityContainerOneValue^ value
) 

Parameters

value
Remarks

This method searches the collection for the given CapabilityContainerOneValue and removes it. If there are no occurrences of the object, this method will do nothing.

See Also

Reference

CapabilityContainerOneValueCollection Class
CapabilityContainerOneValueCollection Members
CapabilityContainerOneValue Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback