CortanaTileNotificationTriggerDetails.NonWrappedSmallContent3 Property

Definition

A string that represents the third line of small, non-wrapped text on a Cortana live tile.

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

Property Value

String

Platform::String

winrt::hstring

A string that represents the third line of small, non-wrapped text 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