Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / WriteXml Method / WriteXml(XmlWriter,XmlWriteMode) Method

In This Topic
    WriteXml(XmlWriter,XmlWriteMode) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal writer As System.Xml.XmlWriter, _
       ByVal mode As System.Data.XmlWriteMode _
    ) 
    public void WriteXml( 
       System.Xml.XmlWriter writer,
       System.Data.XmlWriteMode mode
    )

    Parameters

    writer
    mode
    See Also