다음을 통해 공유


EditorZoneBase.InvalidateEditorParts 메서드

정의

EditorPart 영역과 관련된 EditorZoneBase 컨트롤의 컬렉션을 null로 설정합니다. 이렇게 하면 컬렉션을 다시 만들도록 CreateEditorParts() 메서드가 호출됩니다.

protected:
 void InvalidateEditorParts();
protected void InvalidateEditorParts ();
member this.InvalidateEditorParts : unit -> unit
Protected Sub InvalidateEditorParts ()

설명

InvalidateEditorParts 영역과 연결된 컨트롤 목록이 어떤 이유로 변경되고 파생 클래스가 업데이트된 EditorZoneBase 컨트롤 목록을 EditorPartEditorPart 가져와야 하는 경우 파생 클래스에서 메서드를 호출할 수 있습니다. 파생 클래스는 현재 컬렉션을 null로 설정하는 를 호출InvalidateEditorParts해야 합니다. 다음에 컬렉션에 EditorParts 액세스할 때 웹 파트 컨트롤 집합은 자동으로 메서드를 CreateEditorParts 호출하여 업데이트된 컬렉션을 만듭니다.

적용 대상

추가 정보