UpdatePanel.CreateControlCollection 方法

定义

返回 UpdatePanel 控件中包含的所有控件的集合。

protected:
 override System::Web::UI::ControlCollection ^ CreateControlCollection();
protected override sealed System.Web.UI.ControlCollection CreateControlCollection ();
override this.CreateControlCollection : unit -> System.Web.UI.ControlCollection
Protected Overrides NotOverridable Function CreateControlCollection () As ControlCollection

返回

一个 ControlCollection 对象,该对象包含定义 UpdatePanel 控件内容的所有控件。

注解

控件 CreateControlCollection 开发人员使用 方法。

由于此方法受到保护和密封,因此它对于继承自 类的类是可见的 UpdatePanel ,但无法重写。 此方法重写基实现以返回在调用类的 Add、、AddAtClearRemoveRemoveAt 方法时引发 InvalidOperationExceptionControlCollection专用ControlCollection对象。 若要更改 UpdatePanel 控件的内容,请修改 ContentTemplateContainer 属性的子控件。

适用于

另请参阅