Scheduler for UWP
ImportAsync メソッド

C1.UWP.Schedule アセンブリ > C1.C1Schedule 名前空間 > C1ScheduleStorage クラス : ImportAsync メソッド
スケジューラにインポートするデータが 格納されているストリームを指定する System.IO.Streamオブジェクト。
FileFormatEnum値。
指定された形式のデータを含むストリームからスケジューラのデータをインポートします。
シンタックス
'宣言
 
Public Function ImportAsync( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormatEnum _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task ImportAsync( 
   System.IO.Stream stream,
   FileFormatEnum format
)

パラメータ

stream
スケジューラにインポートするデータが 格納されているストリームを指定する System.IO.Streamオブジェクト。
format
FileFormatEnum値。

戻り値の型

戻り値はありません。
参照

C1ScheduleStorage クラス
C1ScheduleStorage メンバ