SiteMapPath.CreateChildControls 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
清除当前子控件集合,并通过调用该方法重新生成 CreateControlHierarchy() 它。
protected public:
override void CreateChildControls();
protected internal override void CreateChildControls();
override this.CreateChildControls : unit -> unit
Protected Friend Overrides Sub CreateChildControls ()
注解
此方法由 ASP.NET 基础结构调用,以通知使用基于组合的实现的任何控件,包括派生自 CompositeDataBoundControl 和 CompositeControl 的控件,以创建它们为回发或呈现而包含的任何子控件。