Partager via


IVCBuildOptionsPage.BuildLogging, propriété

Obtient ou définit une valeur indiquant si l'activité de génération sera enregistrée.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si l'activité de génération est enregistrée ; sinon, false.

Notes

Le fichier journal par défaut est BuildLog.htm.Elle peut être recherchée dans le répertoire de fichiers intermédiaire du projet.

Sécurité .NET Framework

Voir aussi

Référence

IVCBuildOptionsPage Interface

Microsoft.VisualStudio.VCProject, espace de noms