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)

属性值

类型:String
用于运行 Build 命令的命令行。

.NET Framework 安全性

请参阅

参考

VCNMakeTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间