Share via


MpnsMessage.IXmlSerializable.WriteXml Method (XmlWriter)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Notifications
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

void IXmlSerializable.WriteXml(
    XmlWriter writer
)
private:
virtual void WriteXml(
    XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml
private abstract WriteXml : 
        writer:XmlWriter -> unit
private override WriteXml : 
        writer:XmlWriter -> unit
Private Sub WriteXml (
    writer As XmlWriter
)
    Implements IXmlSerializable.WriteXml

Parameters

Implements

IXmlSerializable.WriteXml(XmlWriter)

See Also

MpnsMessage Class
Microsoft.WindowsAzure.Mobile.Service.Notifications Namespace

Return to top