WebPartZoneBase.CreateControlCollection 方法
定义
创建包含区域中的所有控件的 ControlCollection 对象。Creates a ControlCollection object that contains all the controls in a zone.
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 控件的引用的 WebPart。A ControlCollection that contains references to the WebPart controls in a zone.