# containedElements

> The list of GraphElements contained by the Scope.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public IEnumerable<GraphElement> containedElements { get; }
```
