HtmlTitle.CreateControlCollection 方法

定义

HtmlTitle 控件创建一个新的 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 对象,用于包含当前服务器控件的子服务器控件。

适用于