VCProjectReference.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 指示要从生成中排除程序集,但包含在设计器中。

实现

属性

适用于