TextExpressionCompilerSettings.GenerateAsPartialClass 속성

정의

partial 클래스로 생성되는지 여부를 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

속성 값

true 부분 클래스로 생성되면 TextExpressionCompilerSettings 이고, false그렇지 않으면 .

적용 대상