Share via


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 的日志源生成消息。

适用于