次の方法で共有


ContentControl.DateDisplayLocale プロパティ

定義

日付選択を表す ContentControl に表示される日付の言語形式を取得または設定します。

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

プロパティ値

コントロールに表示される、日付の言語形式。

例外

プロパティに Type Microsoft.Office.Interop.Word の値がありません。WdContentControlType.wdContentControlDate。

注釈

このプロパティは、 が日付ピッカーを ContentControl 表す場合にのみ使用できます。

プロパティの既定値は、DateDisplayLocaleMicrosoft Office Wordで指定された編集言語によって異なります。 たとえば、英語 (米国) の既定の言語形式は ですwdEnglishUS

適用対象