CompositeDataBoundControl.PerformDataBinding(IEnumerable) 方法

定义

将数据源中的数据绑定到复合数据绑定控件。Binds the data from the data source to the composite data-bound control.

protected public:
 override void PerformDataBinding(System::Collections::IEnumerable ^ data);
protected internal override void PerformDataBinding (System.Collections.IEnumerable data);
override this.PerformDataBinding : System.Collections.IEnumerable -> unit
Protected Friend Overrides Sub PerformDataBinding (data As IEnumerable)

参数

data
IEnumerable

一个 IEnumerable,它包含要绑定到复合数据绑定控件的值。An IEnumerable that contains the values to bind to the composite data-bound control.

注解

PerformDataBinding方法是一个帮助器方法,由派生自类的类用来将数据 CompositeDataBoundControl 从数据源绑定到复合数据绑定控件。The PerformDataBinding method is a helper method that is used by classes that derive from the CompositeDataBoundControl class to bind the data from the data source to the composite data-bound control.

适用于

另请参阅