Scheduler for WinForms
Import(Stream,FileFormatEnum) メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > C1ScheduleStorage クラス > Import メソッド : Import(Stream,FileFormatEnum) メソッド
A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
The FileFormatEnum value.
Imports the scheduler's data from a stream whose data is in the specified format.
シンタックス
'宣言
 
Public Overloads Sub Import( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormatEnum _
) 
public void Import( 
   System.IO.Stream stream,
   FileFormatEnum format
)

パラメータ

stream
A System.IO.Stream object which specifies the stream that contains the data to import to the scheduler.
format
The FileFormatEnum value.
参照

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