Scheduler for WinRT
FromXml(Stream) Method


The System.IO.Stream that contains the object data.
Loads an object from the specified System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Function FromXml( _
   ByVal stream As Stream _
) As Boolean
'Usage
 
Dim instance As BasePersistableObject
Dim stream As Stream
Dim value As Boolean
 
value = instance.FromXml(stream)
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.
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.