AppNotificationTextProperties.SetLanguage(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられているテキストの言語を指定する値を設定します。
public:
virtual AppNotificationTextProperties ^ SetLanguage(Platform::String ^ value) = SetLanguage;
AppNotificationTextProperties SetLanguage(winrt::hstring const& value);
public AppNotificationTextProperties SetLanguage(string value);
function setLanguage(value)
Public Function SetLanguage (value As String) As AppNotificationTextProperties
パラメーター
- value
-
String
Platform::String
winrt::hstring
関連付けられたテキストの言語を指定する IETF 言語タグを含む文字列。
戻り値
追加のメソッド呼び出しをチェーンできるように、AppNotificationTextProperties インスタンスを返します。