共用方式為


CodeCompiler.CompilerName 屬性

定義

取得編譯器可執行檔的名稱。

protected:
 abstract property System::String ^ CompilerName { System::String ^ get(); };
protected abstract string CompilerName { get; }
member this.CompilerName : string
Protected MustOverride ReadOnly Property CompilerName As String

屬性值

編譯器可執行檔的名稱。

備註

這個屬性表示要叫用的編譯程式可執行文件名稱。

適用於