ITextExpression.RequiresCompilation 属性

定义

获取一个值,该值指示 ITextExpression 是否需要编译。

public:
 property bool RequiresCompilation { bool get(); };
public bool RequiresCompilation { get; }
member this.RequiresCompilation : bool
Public ReadOnly Property RequiresCompilation As Boolean

属性值

Boolean

如果 ITextExpression 需要编辑,则为 true,否则为 false

适用于