Scheduler for UWP
ExportAsync(Stream,FileFormatEnum) メソッド

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

パラメータ

stream
スケジューラデータのエクスポート先のストリームを指定する System.IO.Streamオブジェクト。
format
FileFormatEnum値。

戻り値の型

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

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