Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Label Class / FromXml Method / FromXml(Stream) Method
The System.IO.Stream that contains the object data.

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

    Parameters

    stream
    The System.IO.Stream that contains the object data.

    Return Value

    Returns true if object has been changed.
    See Also