AppNotificationTextProperties.Language プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられているテキストの言語を指定する値を取得または設定します。
public:
property Platform::String ^ Language { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Language();
void Language(winrt::hstring value);
public string Language { get; set; }
var string = appNotificationTextProperties.language;
appNotificationTextProperties.language = string;
Public Property Language As String
プロパティ値
関連付けられたテキストの言語を指定する IETF 言語タグを含む文字列。