ContentControl.DateCalendarType 属性 (2007 system)

更新:2007 年 11 月

获取或设置在表示日期选择器的 ContentControl 中显示的日历的类型。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word.v9.0(在 Microsoft.Office.Tools.Word.v9.0.dll 中)

语法

声明
Public Property DateCalendarType As WdCalendarType
用法
Dim instance As ContentControl
Dim value As WdCalendarType

value = instance.DateCalendarType

instance.DateCalendarType = value
public WdCalendarType DateCalendarType { get; set; }

属性值

类型:Microsoft.Office.Interop.Word.WdCalendarType

Microsoft.Office.Interop.Word.WdCalendarType 值之一。默认值取决于操作系统的当前区域设置。

异常

异常 条件
COMException

Type 属性的值不是 wdContentControlDate

备注

此属性只能在 ContentControl 表示日期选择器时使用。

默认的日历类型取决于操作系统的区域设置。例如,区域设置“英语(美国)”的默认日历类型为 wdCalendarWestern

权限

另请参见

参考

ContentControl 类

ContentControl 成员

Microsoft.Office.Tools.Word 命名空间