次の方法で共有


DatePickerContentControl.DateStorageFormat プロパティ

定義

DatePickerContentControl がカスタム 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 値のいずれか 1 つ。 既定値は wdContentControlDateStorageDateTime です。

注釈

DatePickerContentControlがドキュメント内のカスタム XML パーツにバインドされている場合、 プロパティはDateStorageFormat、コントロールが日付を XML で保存する方法を指定します。 日付は、XML スキーマの日付 (xsd:date)、XML スキーマの日付/時刻 (xsd:dateTime)、またはテキストとして保持できます。

コンテンツ コントロールをカスタム XML パーツにバインドする方法の詳細については、「 コンテンツ コントロールカスタム XML パーツの概要」を参照してください。

適用対象