Share via


TextExpressionCompilerSettings.AlwaysGenerateSource 属性

定义

获取或设置指示文本表达式编译器设置是否始终生成源的值。

public:
 property bool AlwaysGenerateSource { bool get(); void set(bool value); };
public bool AlwaysGenerateSource { get; set; }
member this.AlwaysGenerateSource : bool with get, set
Public Property AlwaysGenerateSource As Boolean

属性值

如果文本表达式编译器设置始终会生成源,则为 true;否则为 false

适用于