WebPartManager.CreateControlCollection メソッド

定義

Web ページ上の 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 コントロールで管理されるすべてのさまざまな Web パーツ コントロールで構成された WebPartManager

注意 (継承者)

このメソッドは保護およびシールされているため、 クラスを WebPartManager 継承するクラスからは参照できますが、オーバーライドすることはできません。

適用対象