The VObjectCollection type exposes the following members.
Name | Description | |
---|---|---|
addRange |
Adds the specified items to the end of the collection. (Inherited from Collection.) |
|
clear |
Removes all v-objects from the collection. |
|
contains |
Determines whether the specified item is in the collection. (Inherited from Collection.) |
|
getVObjectById | ||
getVObjectsByName |
Search v-objects with the specified name. |
|
indexOf |
Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection. (Inherited from Collection.) |
|
insert |
Inserts a v-object into the collection at the specified index. |
|
move |
Moves a v-object from one position to another. |
|
push |
Pushes the specified item to the collection. (Inherited from Collection.) |
|
removeAt |
Removes the v-object at the specified index of the collection. |
|
toArray | (Inherited from Collection.) |
Name | Description | |
---|---|---|
count |
Gets the number of items actually contained in the collection. (Inherited from Collection.) |
|
item |
Gets the item at the specified index. (Inherited from Collection.) |
Name | Description | |
---|---|---|
itemAdded |
Fires when the an item is added to the collection. (Inherited from Collection.) |
|
itemMoved |
Fires when the an item is moved from one position to another. (Inherited from Collection.) |
|
itemRemoved |
Fires when the an item is removed from the collection. (Inherited from Collection.) |