WebPartManager.CreateControlCollection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回网页上的 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 类继承的类可见,但不能重写此方法。