The following tables list the members exposed by AnnAutomationObjects.
Name | Description | |
---|---|---|
AnnAutomationObjects Constructor | Creates an empty AnnAutomationObjects collection. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the collection. | |
Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the specified AnnAutomationObject to the end of the collection. | |
Clear | Removes all elements from this AnnAutomationObjects collection. | |
Contains | Determines whether an AnnAutomationObject is in the collection. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
Move | Moves the item at the specified index to a new location in the collection. | |
RemoveAt | Removes the element at the specified index of the AnnAutomationObjects collection. | |
ToArray | Copies the elements of the AnnAutomationObjects collection to a new array. |
Name | Description | |
---|---|---|
ClearItems | Removes all items from the collection. | |
InsertItem | Inserts the specified AnnAutomationObject into this AnnAutomationObjects collection at the specified index. | |
MoveItem | Moves the item at the specified index to a new location in the collection. | |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. | |
RemoveItem | Removes the element at the specified index of the AnnAutomationObjects collection. | |
SetItem | Replaces the element at the specified index. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. |