Share via


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

適用於