TreeView.CreateControlCollection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立儲存子控制項的集合。
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。
備註
控制項 TreeView 不支援內嵌子控制項。 已覆寫這個方法,以防止新增子控制項,而且一律會 System.Web.UI.EmptyControlCollection 傳回 物件。