ContentControl.DateCalendarType 屬性
取得或設定在 ContentControl 中顯示的行事曆類型,此類型代表日期選擇器。
命名空間: Microsoft.Office.Tools.Word
組件: Microsoft.Office.Tools.Word (在 Microsoft.Office.Tools.Word.dll 中)
語法
'宣告
Property DateCalendarType As WdCalendarType
WdCalendarType DateCalendarType { get; set; }
屬性值
型別:Microsoft.Office.Interop.Word.WdCalendarType
在控制項中顯示的行事曆類型。預設值要視作業系統目前的地區設定而定。
例外狀況
例外狀況 | 條件 |
---|---|
COMException | Type 屬性的值不是 Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlDate。 |
備註
唯有當 ContentControl 代表日期選擇器時,才能使用這個屬性。
預設的行事曆類型要視作業系統目前的地區設定而定。 例如,英文 (美國) 地區設定的預設行事曆類型為 wdCalendarWestern。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。