VCCustomBuildRule.Outputs 属性

获取或设置自定义生成步骤生成的输出文件。

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

语法

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

属性值

类型:System.String
自定义生成步骤生成的输出文件。

.NET Framework 安全性

请参见

参考

VCCustomBuildRule 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间