For a list of all members of this type, see AnnAutomations members
Public Methods
Name | Description | |
---|---|---|
add | Adds the specified AnnAutomationObject to the end of the collection. | |
addRange | Adds the items of the specified array to the end of this collection. | |
clear | Removes all elements from this AnnAutomationObjects collection. | |
clearItems | Removes all items from the collection. | |
contains | Determines whether the specified AnnAutomation is in the collection. | |
getEnumerator | Returns an enumerator that iterates through the collection. | |
indexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. | |
insert | Inserts an item into this collection at the specified index. | |
insertItem | Inserts the specified AnnAutomation into this AnnAutomations collection at the specified index. | |
insertItemRange | Inserts the items of the specified array to into this collection at the specified index. | |
insertRange | Inserts the items of the specified array to into this collection at the specified index. | |
move | Moves the item at the specified index to a new location in the collection. | |
moveItem | Moves the item at the specified index to a new location in the collection. | |
onCollectionChanged | Raises the CollectionChanged event with the provided arguments. | |
remove | Removes the first occurrence of a specific object from the collection. | |
removeAt | Removes the element at the specified index of the AnnAutomations collection. | |
removeItem | Removes the element at the specified index of the AnnAutomationObjects collection. | |
setItem | Replaces the element at the specified index. | |
toArray | Copies the elements of the AnnAutomations collection to a new array. |
See Also