VCProjectReference.UseInBuild Eigenschaft

Definition

Legt fest oder Ruft ab, ob referenzierte Assemblys im Build verwendet werden sollen.

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 gibt an, dass referenzierte Assemblys im Build verwendet werden sollen. FALSE gibt an, dass die Assemblys aus dem Build ausgeschlossen werden sollen, aber in den Designern enthalten sind.

Implementiert

Attribute

Gilt für