RefactoringOperation.WriteOperationLogData Method
This method can be overridden in derived classes to write operation data to the refactoring log file.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Friend Overridable Sub WriteOperationLogData ( _
writer As XmlWriter _
)
'Usage
Dim writer As XmlWriter
Me.WriteOperationLogData(writer)
protected internal virtual void WriteOperationLogData(
XmlWriter writer
)
protected public:
virtual void WriteOperationLogData(
XmlWriter^ writer
)
function WriteOperationLogData(
writer : XmlWriter
)
abstract WriteOperationLogData :
writer:XmlWriter -> unit
override WriteOperationLogData :
writer:XmlWriter -> unit
Parameters
- writer
Type: System.Xml.XmlWriter
Remarks
The purpose of generating this transaction log entry is to preserve intent, and the log is used for deployment analysis.
This method can be called from any of the other methods that you implement in classes derived from [RefactoringOperation].
.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