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 コントロールへの参照を含む WebPart

適用対象

こちらもご覧ください