バージョン

FromObject メソッド

ターゲットのオブジェクトに基づいて PresetSerializer の新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Shared Function FromObject( _
   ByVal source As ISupportPresets, _
   ByVal presetType As PresetType _
) As PresetSerializer
public static PresetSerializer FromObject( 
   ISupportPresets source,
   PresetType presetType
)

パラメータ

source
データを取得する ISupportPresets オブジェクト。
presetType
オブジェクトのどのプロパティを読み込むかを指定します。

戻り値の型

PresetSerializer の新しいインスタンス
参照