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)

属性值

类型:System.String
用于运行生成事件工具的命令行。

备注

有关更多信息,请参见 指定生成事件

.NET Framework 安全性

请参见

参考

VCCustomBuildRule 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间