VCNMakeTool.CleanCommandLine 属性

获取或设置用于运行 Clean 命令 (Build 菜单)的命令行。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property CleanCommandLine As String
string CleanCommandLine { get; set; }
property String^ CleanCommandLine {
    String^ get ();
    void set (String^ value);
}
abstract CleanCommandLine : string with get, set
function get CleanCommandLine () : String 
function set CleanCommandLine (value : String)

属性值

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

.NET Framework 安全性

请参阅

参考

VCNMakeTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间