Scheduler for UWP/WinRT
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 値。

戻り値の型

戻り値はありません。
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

参照

関連項目

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

Send Feedback