Partilhar via


Propriedade RefactoringOperation.GenerateRefactoringLog

Obtém ou define um valor que indica se uma entrada de log é criada em um arquivo de log de refatoração.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Comentários

As entradas do arquivo de log são usadas para preservação de implantação e intenção de análise.

Segurança do .NET Framework

Consulte também

Referência

RefactoringOperation Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring