다음을 통해 공유


TextExpressionCompiler.GenerateSource(TextWriter) 메서드

정의

TextExpressionCompiler에서 소스를 생성하는지 여부를 나타냅니다.

public:
 bool GenerateSource(System::IO::TextWriter ^ textWriter);
public bool GenerateSource (System.IO.TextWriter textWriter);
member this.GenerateSource : System.IO.TextWriter -> bool
Public Function GenerateSource (textWriter As TextWriter) As Boolean

매개 변수

textWriter
TextWriter

사용되는 인수입니다.

반환

TextExpressionCompiler가 소스를 생성하면 true이고, 그렇지 않으면 false입니다.

적용 대상