CortanaTileNotificationTriggerDetails.NonWrappedSmallContent2 Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

A string that represents the second 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