Поделиться через


RefactoringOperation.GenerateRefactoringLog Property

Gets or sets a value that indicates whether a log entry is created in a refactoring log file.

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

Syntax

'Declaration
Protected Property GenerateRefactoringLog As Boolean
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)

Property Value

Type: System.Boolean

Remarks

Log file entries are used for preservation of intent and deployment analysis.

.NET Framework Security

See Also

Reference

RefactoringOperation Class

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