Partager via


VCAssemblyReference.UseInBuild, propriété

Obtient ou définit une valeur qui indique si cet assemblage est utilisé dans le processus de génération.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Property UseInBuild As Boolean
bool UseInBuild { get; set; }
property bool UseInBuild {
    bool get ();
    void set (bool value);
}
abstract UseInBuild : bool with get, set
function get UseInBuild () : boolean 
function set UseInBuild (value : boolean)

Valeur de propriété

Type : Boolean
true si l'assembly est utilisé dans le processus de génération ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCAssemblyReference Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms