VCProjectReference.UseDependenciesInBuild 属性

定义

设置或获取是否在生成中使用 addemblies。

public:
 property bool UseDependenciesInBuild { bool get(); void set(bool value); };
public:
 property bool UseDependenciesInBuild { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2020)]
public bool UseDependenciesInBuild { [System.Runtime.InteropServices.DispId(2020)] get; [System.Runtime.InteropServices.DispId(2020)] set; }
[<System.Runtime.InteropServices.DispId(2020)>]
[<get: System.Runtime.InteropServices.DispId(2020)>]
[<set: System.Runtime.InteropServices.DispId(2020)>]
member this.UseDependenciesInBuild : bool with get, set
Public Property UseDependenciesInBuild As Boolean

属性值

Boolean

如果 (默认) 为 TRUE,则指示在生成中应包括引用的程序集中的程序集引用。

实现

属性

适用于