RefactoringOperation.GenerateLog Property
Gets or sets a value indicating whether a refactoring log file should be generated after changes are applied.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Property GenerateLog As Boolean
'Usage
Dim value As Boolean
value = Me.GenerateLog
Me.GenerateLog = value
protected bool GenerateLog { get; set; }
protected:
property bool GenerateLog {
bool get ();
void set (bool value);
}
protected function get GenerateLog () : boolean
protected function set GenerateLog (value : boolean)
Property Value
Type: System.Boolean
[System.Boolean] is TRUE if the log file should be generated.
.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.Project.Refactoring Namespace