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