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

In This Topic
    ToXml(Stream) Method
    In This Topic
    Saves an object to the specified System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ToXml( _
       ByVal stream As Stream _
    ) 
    public void ToXml( 
       Stream stream
    )

    Parameters

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