共用方式為


VCNMakeTool.BuildCommandLine 屬性

取得或設定要執行的命令列Build命令 (Build功能表)。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property BuildCommandLine As String
string BuildCommandLine { get; set; }
property String^ BuildCommandLine {
    String^ get ();
    void set (String^ value);
}
abstract BuildCommandLine : string with get, set
function get BuildCommandLine () : String
function set BuildCommandLine (value : String)

屬性值

型別:System.String
如果要執行的命令列Build指令。

.NET Framework 安全性

請參閱

參考

VCNMakeTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間