Version

UIElementsCollection Class Methods

For a list of all members of this type, see UIElementsCollection members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the element to the collection.  
Public MethodAddRangeAdds the elements of an System.Collections.ICollection to the end of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodBinarySearchOverloaded. Searches a range of elements in the sorted System.Collections.ArrayList for an element using the specified comparer and returns the zero-based index of the element. (Inherited from System.Collections.ArrayList)
Public MethodClearRemoves all elements from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodCloneCreates a shallow copy of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodContainsOverloaded. Sees if the element is in the collection.  
Public MethodCopyToOverloaded. Copies the elements of the collection into the array.  
Public MethodDisposeElementsDisposes non-null elements of the collection and clears the collection.  
Public MethodGetEnumeratorOverloaded. IEnumerable Interface Implementation returns a type safe enumerator  
Public MethodGetRangeReturns an System.Collections.ArrayList which represents a subset of the elements in the source System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodIndexOfOverloaded. Gets the index of the element in the collection.  
Public MethodInsertOverloaded. Inserts the element to the collection  
Public MethodInsertRangeInserts the elements of a collection into the System.Collections.ArrayList at the specified index. (Inherited from System.Collections.ArrayList)
Public MethodLastIndexOfOverloaded. Searches for the specified System.Object and returns the zero-based index of the last occurrence within the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodRemoveOverloaded. Removes an element from the collection.  
Public MethodRemoveAtRemoves the element at the specified index of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodRemoveRangeRemoves a range of elements from the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodReverseOverloaded. Reverses the order of the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSetRangeCopies the elements of a collection over a range of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodSortOverloaded. Sorts the elements in the entire System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
Public MethodToArrayOverloaded. Copies the elements of the System.Collections.ArrayList to a new System.Object array. (Inherited from System.Collections.ArrayList)
Public MethodTrimToSizeSets the capacity to the actual number of elements in the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList)
See Also