WebPartZoneBase.CreateControlCollection 方法

定义

创建包含区域中的所有控件的 ControlCollection 对象。

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

包含对区域中 ControlCollection 控件的引用的 WebPart

适用于

另请参阅