ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / FromXml Method / FromXml(Stream) Method

In This Topic
    FromXml(Stream) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FromXml( _
       ByVal stream As System.IO.Stream _
    ) As System.Boolean
    public System.bool FromXml( 
       System.IO.Stream stream
    )

    Parameters

    stream
    See Also