Scheduler for WinRT
ToXml(XmlWriter) Method


The System.Xml.XmlWriter that will receive the object data.
Creates an XML encoding of the appointment.
Syntax
'Declaration
 
Public Overloads Overrides Sub ToXml( _
   ByVal writer As XmlWriter _
) 
'Usage
 
Dim instance As Appointment
Dim writer As XmlWriter
 
instance.ToXml(writer)
public override void ToXml( 
   XmlWriter writer
)

Parameters

writer
The System.Xml.XmlWriter that will receive the object data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.