다음을 통해 공유


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입니다.

적용 대상