A collection of queries.
Add | Adds an element to the collection. |
Copy | Copy the collection |
IndexOf | Returns the index of a query in the collection. Returns -1 if the query does not exist. |
InsertAt | Insert an element into the collection at the specified index |
Move | Moves a query in the collection to the specified index. |
Remove | Remove the provided element from the collection. |
RemoveAll | Remove all elements from the collection |
RemoveAt | Remove the element at the specified index from the collection. |
Implemented Interface |
---|
IAgRt3QueryCollectionEvents |