ContentControl.DateStorageFormat 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个格式,ContentControl(表示日期选取器)以此格式将数据保存到自定义 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
属性值
数据保存到自定义 XML 部件中的格式。 默认值为 wdContentControlDateStorageDateTime。
例外
属性Type没有值 Microsoft.Office.Interop.Word。WdContentControlType.wdContentControlDate。
注解
仅当 表示日期选取器时, ContentControl 才能使用此属性。
ContentControl如果 绑定到文档中的自定义 XML 部件, DateStorageFormat 属性指定控件在 XML 中保存日期的方式。 可以将日期保留为 XML 架构日期 (xsd:date
) 、XML 架构日期/时间 (xsd:dateTime
) 或文本。
有关将内容控件绑定到自定义 XML 部件的详细信息,请参阅 内容控件 和 自定义 XML 部件概述。