Xml.CreateControlCollection 方法

定義

建立新的 EmptyControlCollection 物件。

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

一定會傳回 EmptyControlCollection

備註

方法 CreateControlCollection 主要是由控制項開發人員用來擴充控制項的功能 Xml

適用於

另請參閱