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 控件管理 WebPartManager 的所有各种 Web 部件控件组成。

继承者说明

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

适用于