System.ComponentModel.Design.Serialization.ICodeDomDesignerReload

Provides an interface that can be used to optimize the reloading of a designer.

See Also: ICodeDomDesignerReload Members

Syntax

public interface ICodeDomDesignerReload

Remarks

A System.CodeDom.Compiler.CodeDomProvider can implement this interface to support optimized reloading by the designer. When a designer reparses a file for display, it can use this interface to improve performance.

To support this performance optimization method, the designer can pass a System.CodeDom.CodeCompileUnit that represents the document code to the ICodeDomDesignerReload.ShouldReloadDesigner(System.CodeDom.CodeCompileUnit) method. ICodeDomDesignerReload.ShouldReloadDesigner(System.CodeDom.CodeCompileUnit) returns a value that indicates whether the code has changed and typically, whether your code should reload the designer. Otherwise, it is unnecessary to spend time reloading the designer.

Requirements

Namespace: System.ComponentModel.Design.Serialization
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0