The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AttributeCollection::Item Property (Int32)
.NET Framework (current version)
Gets the attribute with the specified index number.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of AttributeCollection.
The following code example uses the Item property to print the name of the Attribute specified by the index number in a text box. Because the index number is zero-based, this code example prints the name of the second Attribute in a text box. It assumes button1 and textBox1 have been created on a form.
.NET Framework
Available since 1.1
Available since 1.1
Show: