共用方式為


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)

屬性值

類型:String
自訂建置步驟所產生的輸出檔。

.NET Framework 安全性

請參閱

參考

VCCustomBuildRule 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間