'宣言 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
- SaveFileDialog のタイトルとして使用する System.String 値。