BindingGroup.BindingExpressions プロパティ

定義

BindingExpression 内の各バインディングに対する情報を格納する 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 オブジェクトのコレクション。

注釈

次のいずれかのケースが発生したBindingGroup場合、 は BindingExpression に属します。

適用対象