BindingGroup.BindingExpressions プロパティ
定義
BindingExpression 内の各バインディングに対する情報を格納する BindingGroup オブジェクトのコレクションを取得します。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)
プロパティ値
BindingExpression 内の各バインディングに対する情報を格納する BindingGroup オブジェクトのコレクション。A collection of BindingExpression objects that contains information for each binding in the BindingGroup.
注釈
は BindingExpression 、 BindingGroup 次のいずれかのケースが発生した場合にに属します。A BindingExpression belongs to a BindingGroup if one of the following cases occurs:
バインディングのソースと、を DataContext 持つ要素のが同じオブジェクトであり、が設定されて BindingGroup BindingGroupName いません。The binding's source and the DataContext of the element that has the BindingGroup are the same object and the BindingGroupName is not set.
BindingGroupNameバインディングのプロパティとのは、 Name BindingGroup 同じ null 以外の値に設定され、は BindingGroup バインディングの target 要素の親要素に属しています。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.
BindingExpressionをに追加し BindingExpressions ます。You add a BindingExpression to BindingExpressions.