Substitution.CreateControlCollection 方法

定义

返回一个 EmptyControlCollection 对象,该对象指示 Substitution 控件不支持子控件。

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

返回

EmptyControlCollection,指示该控件不支持子控件。

注解

方法 CreateControlCollection 通常用于创建对象 ControlCollection 来存储控件的子控件。 控件 的 CreateControlCollection 方法 Substitution 实现始终返回 对象 EmptyControlCollection ,以指示控件 Substitution 不支持子控件。

继承者说明

扩展 Substitution 控件时,可以在派生类中重写 CreateControlCollection() 方法以支持子控件。

适用于

另请参阅