This documentation is archived and is not being maintained.
BasicDesignerLoader::ReloadOptions Enumeration
Visual Studio 2010
Defines the behavior of the Reload method. These flags can be combined using the bitwise OR operator.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.ComponentModel.Design.SerializationAssembly: System.Design (in System.Design.dll)
| Member name | Description | |
|---|---|---|
| Default | The designer loader flushes changes before reloading, but it does not force a reload, and it also does not set the Modified property to true if load errors occur. | |
| ModifyOnError | The designer loader will set the Modified property to true if load errors occur. This flag is useful if you want a flush of the loader to overwrite persistent state that had errors. | |
| Force | The designer loader forces the reload to occur. Normally, a reload occurs only if the IsReloadNeeded method returns true. This flag bypasses calling this method and always performs the reload. | |
| NoFlush | The designer loader abandons any changes before reloading. |
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.
Show: