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。

適用於