This version of Unity is unsupported.

VisualElement.GetBindingInfos

Declaration

public IEnumerable<BindingInfo> GetBindingInfos();

Returns

IEnumerable<BindingInfo> The bindings information.

Description

Gets information on all the bindings of the current element.

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