# Children()

> Returns the elements from its contentContainer.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public IEnumerable<VisualElement> Children()
```

### Returns

| Type                                                                                                           | Description |
| -------------------------------------------------------------------------------------------------------------- | ----------- |
| [IEnumerable\<VisualElement>](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1) |             |
