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 のログ ソース生成メッセージ。

適用対象