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 。