ICodeDomDesignerReload Interface
Provides an interface that can be used to optimize the reloading of a designer.
Assembly: System.Design (in System.Design.dll)
The ICodeDomDesignerReload type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ShouldReloadDesigner | Indicates whether the designer should reload in order to import the specified compile unit correctly. |
A 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 CodeCompileUnit that represents the document code to the ShouldReloadDesigner method. ShouldReloadDesigner 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
