次の方法で共有


AppNotificationTextProperties.Language プロパティ

定義

関連付けられているテキストの言語を指定する値を取得または設定します。

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

プロパティ値

String

Platform::String

winrt::hstring

関連付けられたテキストの言語を指定する IETF 言語タグを含む文字列。

適用対象