VCAssemblyReference.UseDependenciesInBuild 属性

定义

获取或设置一个值,该值指示是否在生成过程中使用此程序集的依赖项。

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 如果在生成过程中使用程序集的依赖项,则为; 否则为。否则为 false

实现

属性

适用于