ICodeDomDesignerReload.ShouldReloadDesigner(CodeCompileUnit) Method

Definition

Indicates whether the designer should reload in order to import the specified compile unit correctly.

public:
 bool ShouldReloadDesigner(System::CodeDom::CodeCompileUnit ^ newTree);
public bool ShouldReloadDesigner (System.CodeDom.CodeCompileUnit newTree);
abstract member ShouldReloadDesigner : System.CodeDom.CodeCompileUnit -> bool
Public Function ShouldReloadDesigner (newTree As CodeCompileUnit) As Boolean

Parameters

newTree
CodeCompileUnit

A CodeCompileUnit containing the designer document code.

Returns

true if the designer should reload; otherwise, false.

Applies to