CortanaTileNotificationTriggerDetails.NonWrappedSmallContent1 Property

Definition

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

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

Property Value

String

Platform::String

winrt::hstring

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