DatePickerContentControl.DateStorageFormat プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 パーツの概要」を参照してください。