# GetBindingInfos()

> Gets information on all the bindings of the current element.

## Definition

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

```csharp
public IEnumerable<BindingInfo> GetBindingInfos()
```

### Returns

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

### Remarks

The order in which the binding information is returned is undefined.
