Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A Visual Basic Collection object exposes the following members:
Properties
Property |
Description |
---|---|
Read-only. Returns an Integer containing the number of elements in a Visual Basic collection. |
|
Read-only. Returns a specific element of a Visual Basic Collection object either by position or by key. |
Methods
Method |
Description |
---|---|
Adds an element to a Visual Basic Collection object. |
|
Removes all elements from a Visual Basic Collection object. |
|
Returns a Boolean indicating whether a Visual Basic Collection object contains an element with a specific key. |
|
Returns an enumerator object for iterating over the collection. |
|
Removes an element from a Visual Basic Collection object. |