共用方式為


VCProjectReference.UseDependenciesInBuild 屬性

設定或取得是否以應用於 abuild 的 addemblies。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
Property UseDependenciesInBuild As Boolean
bool UseDependenciesInBuild { get; set; }
property bool UseDependenciesInBuild {
    bool get ();
    void set (bool value);
}
abstract UseDependenciesInBuild : bool with get, set
function get UseDependenciesInBuild () : boolean
function set UseDependenciesInBuild (value : boolean)

屬性值

型別:System.Boolean
TRUE (預設值) 表示參考組件中的組件參考都應該包含在組建。

.NET Framework 安全性

請參閱

參考

VCProjectReference 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間