PriorityBindingExpression.BindingExpressions Eigenschap

Definitie

Hiermee haalt u de verzameling BindingExpression objecten op binnen dit exemplaar van 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)

Waarde van eigenschap

Een alleen-lezen verzameling van de BindingExpression objecten. Hoewel het retourtype een verzameling BindingExpressionBase objecten is, bevat BindingExpression de geretourneerde verzameling alleen objecten omdat de PriorityBinding klasse momenteel alleen Binding objecten ondersteunt.

Van toepassing op