'宣言 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 タイトルとして使用されます。