Repeater.CreateChildControls 方法

定義

由 ASP.NET 網頁架構呼叫,通知使用組合實作的伺服器控制項來建立所包含的任何子控制項,以準備回傳或呈現。

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

適用於

另請參閱