HtmlTable.CreateControlCollection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 ControlCollection 控制項建立新的 HtmlTable 物件。
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,包含 HtmlTable 控制項的子伺服器控制項。
備註
方法 CreateControlCollection 會 ControlCollection 建立用來保存資料表資料列的 物件。
CreateControlCollection 方法主要是對控制項開發人員有利,可用以擴充 HtmlTable 控制項的功能。