EditorZoneBase.InvalidateEditorParts 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将与 EditorPart 区域关联的 EditorZoneBase 控件集合设置为 null
,从而调用 CreateEditorParts() 方法重新创建集合。
protected:
void InvalidateEditorParts();
protected void InvalidateEditorParts ();
member this.InvalidateEditorParts : unit -> unit
Protected Sub InvalidateEditorParts ()
注解
InvalidateEditorParts如果与区域关联的EditorZoneBase控件列表EditorPart由于某种原因而发生更改,并且派生类需要获取更新的EditorPart控件列表,则派生类可以调用 方法。 派生类应调用 InvalidateEditorParts,它将当前集合设置为 null
。 下次访问集合时 EditorParts ,Web 部件控件集会自动调用 CreateEditorParts 方法来创建更新的集合。