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引用的 AWebPart

适用于

另请参阅