Share via


SoapXml.SoapXmlElement.WriteXml method

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

Syntax

'Declaration
Public Sub WriteXml ( _
    writer As XmlWriter _
)
'Usage
Dim instance As SoapXml.SoapXmlElement
Dim writer As XmlWriter

instance.WriteXml(writer)
public void WriteXml(
    XmlWriter writer
)

Parameters

Implements

IXmlSerializable.WriteXml(XmlWriter)

See also

Reference

SoapXml.SoapXmlElement class

SoapXml.SoapXmlElement members

Microsoft.SharePoint.SoapServer namespace