The following tables list the members exposed by UIElementsCollection.
| Name | Description | |
|---|---|---|
![]() | IsReadOnly | Overriden. Indicates whether the collection is read-only. |
![]() | Item | Gets the UIElement object at the specified index in the collection. |
| Name | Description | |
|---|---|---|
![]() | AddRange | Adds an array of UIElement objects to the collection. |
![]() | Clear | Clears the UIElementsCollection. |
![]() | CopyTo | Copies the contents of the collection to the specified array starting at the specified index. |
![]() | GetEnumerator | Returns the type-safe enumerator for iterating through the UIElement objects in the collection. |
![]() | Remove | Removes the specified UIElement from the collection. |
![]() | RemoveAt | Removes the UIElement at the specified index from the collection. |