다음을 통해 공유


TextExpressionCompilerSettings.LogSourceGenerationMessage 속성

정의

TextExpressionCompilerSettings에 대한 로그 소스 생성 메시지를 가져오거나 설정합니다.

public:
 property Action<System::String ^> ^ LogSourceGenerationMessage { Action<System::String ^> ^ get(); void set(Action<System::String ^> ^ value); };
public Action<string> LogSourceGenerationMessage { get; set; }
member this.LogSourceGenerationMessage : Action<string> with get, set
Public Property LogSourceGenerationMessage As Action(Of String)

속성 값

TextExpressionCompilerSettings에 대한 로그 소스 생성 메시지입니다.

적용 대상