Partager via


RefactoringOperation.GenerateRefactoringLog, propriété

Obtient ou définit une valeur qui indique si une entrée de journal est créée dans un fichier journal de refactorisation.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Protected Property GenerateRefactoringLog As Boolean
    Get
    Set
protected bool GenerateRefactoringLog { get; set; }
protected:
property bool GenerateRefactoringLog {
    bool get ();
    void set (bool value);
}
member GenerateRefactoringLog : bool with get, set
function get GenerateRefactoringLog () : boolean
function set GenerateRefactoringLog (value : boolean)

Valeur de propriété

Type : System.Boolean

Notes

Les entrées du fichier journal sont utilisées pour la conservation d'intention et l'analyse de déploiement.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringOperation Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms