Accusoft.TwainPro9.Net
Item Property (ExtendedImageInfoContainerValueCollection)




A zero-based integer specifying the index in the collection of the element to get or set.
Gets or sets the element at the given index within the collection.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DescriptionAttribute("Gets or sets the element at the given index.")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Default Property Item( _
   ByVal index As Integer _
) As ExtendedImageInfoContainerValue
'Usage
 
Dim instance As ExtendedImageInfoContainerValueCollection
Dim index As Integer
Dim value As ExtendedImageInfoContainerValue
 
instance.Item(index) = value
 
value = instance.Item(index)
[Browsable(false)]
[Description("Gets or sets the element at the given index.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public ExtendedImageInfoContainerValue this[ 
   int index
]; {get; set;}
[Browsable(false)]
[Description("Gets or sets the element at the given index.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property ExtendedImageInfoContainerValue* get_Item   int index
;
public: __property void set_Item   int index,
   ExtendedImageInfoContainerValue* value
;
[Browsable(false)]
[Description("Gets or sets the element at the given index.")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property ExtendedImageInfoContainerValue^ default [int] {
   ExtendedImageInfoContainerValue^ get(int index);
   void set (int indexExtendedImageInfoContainerValue^ value);
}

Parameters

index
A zero-based integer specifying the index in the collection of the element to get or set.

Property Value

An ExtendedImageInfoContainerValue which represents the element to get or set at the given index within the collection.
Remarks

This method implements a standard collection operation. It is the principle method you will use to read or change elements in the collection. You can read or modify any element in the collection with this method.

See Also

Reference

ExtendedImageInfoContainerValueCollection Class
ExtendedImageInfoContainerValueCollection Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback