Scheduler for WinForms
Export メソッド (C1Schedule)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.Win.C1Schedule 名前空間 > C1Schedule クラス : Export メソッド
エクスポートする System.Object。このパラメータは、次のいずれかになります:
System.String値は SaveFileDialog タイトルとして使用されます。
System.Windows.Forms.SaveFileDialogを表示し、指定したデータを選択したファイルにエクスポートします。
シンタックス
'宣言
 
Public Sub Export( _
   ByVal parameter As System.Object, _
   ByVal dialogTitle As System.String _
) 
public void Export( 
   System.object parameter,
   System.string dialogTitle
)

パラメータ

parameter
エクスポートする System.Object。このパラメータは、次のいずれかになります:
  • エクスポートする、すべての C1Schedule データ;
  • C1.C1Schedule.Appointment;
  • System.Collections.Generic.IList`1
dialogTitle
System.String値は SaveFileDialog タイトルとして使用されます。
参照

C1Schedule クラス
C1Schedule メンバ