PriorityBindingExpression.BindingExpressions プロパティ

定義

BindingExpression のこのインスタンス内の 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)

プロパティ値

ReadOnlyCollection<BindingExpressionBase>

BindingExpression オブジェクトの読み取り専用のコレクション。 戻り値の型は BindingExpressionBase オブジェクトのコレクションですが、返されるコレクションに格納されているのは BindingExpression オブジェクトだけです。これは、PriorityBinding クラスでは現在、Binding オブジェクトのみがサポートされているためです。

適用対象