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 命名空间