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

In This Topic
    WriteXmlSchema(XmlWriter,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXmlSchema( _
       ByVal writer As System.Xml.XmlWriter, _
       ByVal writeHierarchy As System.Boolean _
    ) 
    public void WriteXmlSchema( 
       System.Xml.XmlWriter writer,
       System.bool writeHierarchy
    )

    Parameters

    writer
    writeHierarchy
    See Also