MultiBindingExpression.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 in this instance of 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)
Property Value
A read-only collection of the BindingExpression objects. Even though the return type is a collection of BindingExpressionBase objects the returned collection would only contain BindingExpression objects because the MultiBinding class currently only supports Binding objects.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.