MultiView.CreateControlCollection メソッド

定義

ControlCollection コントロールの子コントロールを保持するMultiViewを作成します。

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

返品

現在のMultiView コントロールのView コントロールを格納するViewCollection

注釈

このメソッドは、基本実装をオーバーライドして、現在のMultiView コントロールのView コントロールを格納するViewCollectionを常に返します。

適用対象

こちらもご覧ください