BindingGroup.BindingExpressions 属性

定义

获取 BindingExpression 对象的集合,其中包含有关 BindingGroup 中每个绑定的信息。

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Data::BindingExpressionBase ^> ^ BindingExpressions { System::Collections::ObjectModel::Collection<System::Windows::Data::BindingExpressionBase ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Data.BindingExpressionBase> BindingExpressions { get; }
member this.BindingExpressions : System.Collections.ObjectModel.Collection<System.Windows.Data.BindingExpressionBase>
Public ReadOnly Property BindingExpressions As Collection(Of BindingExpressionBase)

属性值

一个 BindingExpression 对象的集合,其中包含有关 BindingGroup 中每个绑定的信息。

注解

BindingExpression如果发生以下情况之一,则属于 BindingGroup

适用于