QueryResponse.IXmlSerializable.WriteXml Method
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Private Sub WriteXml ( _
writer As XmlWriter _
) Implements IXmlSerializable.WriteXml
'Usage
Dim instance As QueryResponse
Dim writer As XmlWriter
CType(instance, IXmlSerializable).WriteXml(writer)
[ObsoleteAttribute("Use the Lists web service instead.")]
void IXmlSerializable.WriteXml(
XmlWriter writer
)
Parameters
- writer
Type: System.Xml.XmlWriter
Implements
IXmlSerializable.WriteXml(XmlWriter)