VCAssemblyReference.UseInBuild 属性

定义

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

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

属性值

Boolean

true 如果在生成过程中使用程序集,则为; 否则为。否则为 false

实现

属性

适用于