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 オブジェクトだけであるためです。

適用対象