CortanaTileNotificationTriggerDetails.EmphasizedText 属性

定义

用于在 Cortana 动态磁贴上显示温度的字符串。 在动态磁贴上,此文本以特大字体呈现,不会换行。 如果此属性具有值,则始终隐藏 LargeContent2、NonWrappedSmallContent2、NonWrappedSmallContent3 和 NonWrappedSmallContent4。

public:
 property Platform::String ^ EmphasizedText { Platform::String ^ get(); };
winrt::hstring EmphasizedText();
public string EmphasizedText { get; }
var string = cortanaTileNotificationTriggerDetails.emphasizedText;
Public ReadOnly Property EmphasizedText As String

属性值

String

Platform::String

winrt::hstring

用于在 Cortana 动态磁贴上显示温度的字符串。

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

适用于