バージョン

Load(DependencyObject,Stream,PersistenceSettings) メソッド

オブジェクトのプロパティを System.IO.Stream からロードします。
シンタックス
'宣言
 
Public Overloads Shared Sub Load( _
   ByVal obj As DependencyObject, _
   ByVal stream As Stream, _
   ByVal settings As PersistenceSettings _
) 
public static void Load( 
   DependencyObject obj,
   Stream stream,
   PersistenceSettings settings
)

パラメータ

obj
ロード先のオブジェクト。
stream
オブジェクト情報のロード元のストリーム。
settings
オブジェクトにプロパティをロードするときに使用される設定。
参照