Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / ReadXml Method / ReadXml(Stream) Method

In This Topic
    ReadXml(Stream) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function ReadXml( _
       ByVal stream As System.IO.Stream _
    ) As System.Data.XmlReadMode
    public System.Data.XmlReadMode ReadXml( 
       System.IO.Stream stream
    )

    Parameters

    stream
    See Also