ProxyWebPartManager.CreateControlCollection 方法

定义

重写基属性,以阻止 ProxyWebPartManager 控件包含其他控件。

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 重写基方法,以防止 ProxyWebPartManager 控件包含和返回控件集合。 其唯一用途是在使用母版页的应用程序内的内容页中声明静态连接。

适用于

另请参阅