MonthCalendar.RemoveAllMonthlyBoldedDates 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
移除所有的每月粗體日期。
public:
void RemoveAllMonthlyBoldedDates();
public void RemoveAllMonthlyBoldedDates ();
member this.RemoveAllMonthlyBoldedDates : unit -> unit
Public Sub RemoveAllMonthlyBoldedDates ()
備註
這個方法會 MonthlyBoldedDates 清除陣列。 若要從粗體日期中移除單一日期,請使用 RemoveMonthlyBoldedDate 方法。
您必須呼叫 UpdateBoldedDates 方法,以確保顯示器已更新以反映移除。