Accusoft.TwainPro9.Net
Item Property (DataSourceCollection)




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

Parameters

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

Property Value

A String value which represents the element at the given index.
Remarks

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

See Also

Reference

DataSourceCollection Class
DataSourceCollection Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback