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

返回

始终返回一个 EmptyControlCollection

注解

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

适用于

另请参阅