共用方式為


VCCustomBuildRule.CommandLine 屬性

取得或設定命令列,以便執行建置事件工具。

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

語法

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

屬性值

類型:String
可供執行建置事件工具的命令列。

備註

如需詳細資訊,請參閱指定建置事件

.NET Framework 安全性

請參閱

參考

VCCustomBuildRule 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間