PriorityBindingExpression.BindingExpressions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of BindingExpression objects inside this instance of 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)
Property Value
A read-only collection of the BindingExpression objects. Although the return type is a collection of BindingExpressionBase objects, the returned collection only contains BindingExpression objects because the PriorityBinding class currently supports only Binding objects.