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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace