WebPartManager.CreateControlCollection 方法

定义

返回网页上的 WebPartManager 控件所管理的所有控件的集合。 此类不能被继承。

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

一个 ControlCollection,由 WebPartManager 控件所管理的所有 Web 部件控件组成。

继承者说明

由于此方法受到保护和密封,因此从 WebPartManager 类继承的类可见,但不能重写此方法。

适用于