MultiBinding::Bindings Property
.NET Framework (current version)
Gets the collection of Binding objects within this MultiBinding instance.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Collections.ObjectModel::Collection<BindingBase^>^A collection of Binding objects. MultiBinding currently supports only objects of type Binding and not MultiBinding or PriorityBinding. Adding a Binding child to a MultiBinding object implicitly adds the child to the BindingBase collection for the MultiBinding object.
Note |
|---|
This property can be set in Extensible Application Markup Language (XAML) only by using the syntax that is shown, or by accessing the collection object and using its various methods, such as Add. The property used to access the collection object is read-only, whereas the collection itself is read/write. |
<object> oneOrMoreBindings </object>
- oneOrMoreBindings
One or more Binding objects.
.NET Framework
Available since 3.0
Available since 3.0
Show:
