Bearbeiten

PriorityBindingExpression.BindingExpressions Property

Definition

Gets the collection of BindingExpression objects inside this instance of PriorityBindingExpression.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Data::BindingExpressionBase ^> ^ BindingExpressions { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Data::BindingExpressionBase ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Data.BindingExpressionBase> BindingExpressions { get; }
member this.BindingExpressions : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Data.BindingExpressionBase>
Public ReadOnly Property BindingExpressions As ReadOnlyCollection(Of BindingExpressionBase)

Property Value

A read-only collection of the BindingExpression objects. Although the return type is a collection of BindingExpressionBase objects, the returned collection only contains BindingExpression objects because the PriorityBinding class currently supports only Binding objects.

Applies to