Share via


SPDiagnosticsState.IXmlSerializable.WriteXml method

Serializes the current instance into XML

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Private Sub WriteXml ( _
    writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As SPDiagnosticsState
Dim writer As XmlWriter

CType(instance, IXmlSerializable).WriteXml(writer)
void IXmlSerializable.WriteXml(
    XmlWriter writer
)

Parameters

  • writer
    Type: System.Xml.XmlWriter

    Specifies the XML writier into which the objct will be serialized

Implements

IXmlSerializable.WriteXml(XmlWriter)

See also

Reference

SPDiagnosticsState class

SPDiagnosticsState members

Microsoft.SharePoint.Utilities namespace