BindingGroup.BindingExpressions Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of BindingExpression objects that contains information for each Binding in the BindingGroup.
public:
property System::Collections::ObjectModel::Collection<System::Windows::Data::BindingExpressionBase ^> ^ BindingExpressions { System::Collections::ObjectModel::Collection<System::Windows::Data::BindingExpressionBase ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Data.BindingExpressionBase> BindingExpressions { get; }
member this.BindingExpressions : System.Collections.ObjectModel.Collection<System.Windows.Data.BindingExpressionBase>
Public ReadOnly Property BindingExpressions As Collection(Of BindingExpressionBase)
A collection of BindingExpression objects that contains information for each binding in the BindingGroup.
A BindingExpression belongs to a BindingGroup if one of the following cases occurs:
The binding's source and the DataContext of the element that has the BindingGroup are the same object and the BindingGroupName is not set.
The BindingGroupName property of the binding and the Name of the BindingGroup are set to the same non-null value and the BindingGroup belongs to a parent element of the binding's target element.
You add a BindingExpression to BindingExpressions.
Продукт | Версії |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: