NotificationBinding.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 = notificationBinding.language;
notificationBinding.language = string;
Public Property Language As String
屬性值
文字內容的語言。 如需有效值清單,請參閱 國家語言支援 (NLS) API 參考 。