VCAssemblyReference.UseInBuild Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob diese Assembly im Buildprozess verwendet wird, oder legt diesen fest.

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

Eigenschaftswert

Boolean

true , wenn die Assembly im Buildprozess verwendet wird. andernfalls false .

Implementiert

Attribute

Gilt für