'Declaration Public Function Add( _ ByVal value As ExtendedImageInfoContainerValue _ ) As Integer
'Usage Dim instance As ExtendedImageInfoContainerValueCollection Dim value As ExtendedImageInfoContainerValue Dim value As Integer value = instance.Add(value)
public int Add( ExtendedImageInfoContainerValue value )
public: int Add( ExtendedImageInfoContainerValue* value )
public: int Add( ExtendedImageInfoContainerValue^ value )
This method inserts a new ExtendedImageInfoContainerValue 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.