Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes any operation data to 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 Friend Overridable Sub WriteOperationLogData ( _
writer As XmlWriter _
)
protected internal virtual void WriteOperationLogData(
XmlWriter writer
)
protected public:
virtual void WriteOperationLogData(
XmlWriter^ writer
)
abstract WriteOperationLogData :
writer:XmlWriter -> unit
override WriteOperationLogData :
writer:XmlWriter -> unit
function WriteOperationLogData(
writer : XmlWriter
)
Parameters
- writer
Type: System.Xml.XmlWriter
The XML writer to which data is to be written.
.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