다음을 통해 공유


TextExpressionCompilerSettings.GenerateAsPartialClass 속성

정의

TextExpressionCompilerSettings가 부분 클래스로 생성되는지 여부를 가져오거나 설정합니다.

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

속성 값

TextExpressionCompilerSettings에서 부분 클래스로 생성하면 true이고, 그렇지 않으면 false입니다.

적용 대상