バージョン

SaveAsXml(String,CalendarLookCategories) メソッド

CalendarLookデータをファイルにSOAP (XML) 形式で保存します。
シンタックス
'宣言
 
Public Overloads Sub SaveAsXml( _
   ByVal filename As String, _
   ByVal categories As CalendarLookCategories _
) 
public void SaveAsXml( 
   string filename,
   CalendarLookCategories categories
)

パラメータ

filename
UltraCalendarLook 情報のコピーをシリアル化するファイル。
categories
シリアル化するカテゴリの列挙体。
解説

CalendarLookCategories.Generalを渡すと、以下のプロパティ設定が保存されます。

  • ActiveDayAppearance
  • AllDayEventAppearance
  • AlternateMonthAppearance
  • AlternateMonthDayAppearance
  • AlternateMonthDayHeaderAppearance
  • AppointmentAppearance
  • DayAppearance
  • DayHeaderAppearance
  • DayOfWeekHeaderAppearance
  • DayWithActivityAppearance
  • HolidayAppearance
  • MonthAppearance
  • MonthDayAppearance
  • MonthHeaderAppearance
  • NoteAppearance
  • OwnerHeaderAppearance
  • ScrollBarLook
  • SelectedAppointmentAppearance
  • SelectedDayAppearance
  • SelectedHolidayAppearance
  • SelectedNoteAppearance
  • タグ
  • TodayAppearance
  • TodayHeaderAppearance
  • TrailingDayAppearance
  • WeekAppearance
  • WeekHeaderAppearance

参照