CortanaTileNotificationTriggerDetails.EmphasizedText Property

Definition

A string that is used to display temperature on a Cortana live tile. On the live tile, this text renders in extra-large font and does not wrap. If this property has a value, LargeContent2, NonWrappedSmallContent2, NonWrappedSmallContent3, and NonWrappedSmallContent4 are always hidden.

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

Property Value

String

Platform::String

winrt::hstring

A string that is used to display temperature on a Cortana live tile.

Windows requirements

App capabilities
accessoryManager

Remarks

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to