ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / BaseTask Class / ToXml Method / ToXml(XmlWriter) Method

In This Topic
    ToXml(XmlWriter) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ToXml( _
       ByVal writer As System.Xml.XmlWriter _
    ) 
    public virtual void ToXml( 
       System.Xml.XmlWriter writer
    )

    Parameters

    writer
    See Also