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

傳回

總是回傳一個 EmptyControlCollection

備註

CreateControlCollection 方法主要由控制開發者使用,以擴充控制功能 Xml

適用於

另請參閱