MultiBindingExpression.BindingExpressions プロパティ

定義

BindingExpressionのこのインスタンス内のMultiBindingExpression オブジェクトのコレクションを取得します。

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)

プロパティ値

BindingExpression オブジェクトの読み取り専用コレクション。 戻り値の型がBindingExpressionBaseオブジェクトのコレクションであっても、BindingExpression クラスは現在MultiBindingオブジェクトのみをサポートしているため、返されるコレクションにはBindingオブジェクトのみが含まれます。

適用対象