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

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

See Also

Reference

RefactoringOperation Class

RefactoringOperation Members

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace