Overload | Description |
---|---|
Item(String) | Gets or sets the the first element in the collection with the given Type string. |
Item(Int32) | Gets or sets the element at the given index. |
Overload | Description |
---|---|
Item(String) | Gets or sets the the first element in the collection with the given Type string. |
Item(Int32) | Gets or sets the element at the given index. |
This method implements a standard collection operation. It is one of the principle methods you will use to read or change elements in the collection. You can read or modify most elements in the collection with this method.
You can indicate the DataItem you are interested in with an a string. This method will search the collection for the first (lowest numeric index) DataItem whose Type property matches the string.