Xml.CreateControlCollection 方法

定义

创建一个新的 EmptyControlCollection 对象。

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

返回

ControlCollection

始终返回 EmptyControlCollection

注解

该方法 CreateControlCollection 主要用于控件开发人员扩展控件的功能 Xml

适用于

另请参阅