Scheduler for WinRT
ToXml(Stream) Method


The System.IO.Stream that contains the object data.
Saves an object to the specified System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub ToXml( _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As BasePersistableObject
Dim stream As Stream
 
instance.ToXml(stream)
public void ToXml( 
   Stream stream
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BasePersistableObject Class
BasePersistableObject Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.