ConnectionsZone.CreateChildControls 方法

定义

创建 ConnectionsZone 控件中包含的所有子控件,以准备回发到服务器或进行呈现。

protected public:
 override void CreateChildControls();
protected internal override void CreateChildControls ();
override this.CreateChildControls : unit -> unit
Protected Friend Overrides Sub CreateChildControls ()

注解

此方法替代基 Control.CreateChildControls 方法。 它准备连接所需的所有与连接相关的对象 (例如,它从可用的使用者和提供程序控件) 检索连接点对象,并在连接 UI 中创建各种用户界面 (UI) 控件,用户可以在连接 UI 中与之交互以建立连接。

适用于

另请参阅