次の方法で共有


WorkflowCompilerParameters.GenerateCodeCompileUnitOnly プロパティ

定義

CodeCompileUnit だけを生成するか、それとも C# または Visual Basic のコンパイラを起動して実行可能ファイルや DLL を生成するかを表す値を取得または設定します。

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

プロパティ値

CodeCompileUnit だけを生成するか、それとも C# または Visual Basic のコンパイラを起動して実行可能ファイルや DLL を生成するかを表す値。

適用対象