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 語言標記。