Share via


ParserContext.DesignTimeMode Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the parser is in design mode.

public bool DesignTimeMode { get; set; }
member this.DesignTimeMode : bool with get, set
Public Property DesignTimeMode As Boolean

Property Value

true if the parser is in design mode; otherwise, false.

Applies to