Scheduler for UWP/WinRT
FromXml(Stream) メソッド

オブジェクトデータを含む System.IO.Stream
指定された System.IO.Stream からオブジェクトをロードします。
構文
'宣言
 
Public Overloads Function FromXml( _
   ByVal stream As System.IO.Stream _
) As System.Boolean
public System.bool FromXml( 
   System.IO.Stream stream
)

パラメータ

stream
オブジェクトデータを含む System.IO.Stream

戻り値の型

オブジェクトが変更された場合は、true を返します。
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

参照

関連項目

BasePersistableObject クラス
BasePersistableObject メンバ
オーバーロード一覧

Send Feedback