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 语言标记的字符串。

适用于