DataSet.EndInit 方法
定义
public:
virtual void EndInit();
public void EndInit ();
abstract member EndInit : unit -> unit
override this.EndInit : unit -> unit
Public Sub EndInit ()
实现
注解
Visual Studio .NET 设计环境使用此方法来结束在窗体上使用或由另一个组件使用的组件的初始化。The Visual Studio .NET design environment uses this method to end the initialization of a component that is used on a form or used by another component. BeginInit方法启动初始化。The BeginInit method starts the initialization. 使用 BeginInit 和 EndInit 方法可防止控件在完全初始化之前被使用。Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.