ContentControl.DateStorageFormat 属性

定义

返回或设置日期内容控件绑定到活动文档的 XML 数据存储时用于存储和检索日期的格式。 读/写。

public:
 property Microsoft::Office::Interop::Word::WdContentControlDateStorageFormat DateStorageFormat { Microsoft::Office::Interop::Word::WdContentControlDateStorageFormat get(); void set(Microsoft::Office::Interop::Word::WdContentControlDateStorageFormat value); };
public Microsoft.Office.Interop.Word.WdContentControlDateStorageFormat DateStorageFormat { get; set; }
member this.DateStorageFormat : Microsoft.Office.Interop.Word.WdContentControlDateStorageFormat with get, set
Public Property DateStorageFormat As WdContentControlDateStorageFormat

属性值

WdContentControlDateStorageFormat

注解

属性 DateStorageFormat 允许以日期格式、日期/时间格式或文本格式存储日期。

适用于