CortanaTileNotificationTriggerDetails.LargeContent2 Property

Definition

A string that represents text that appears below the Cortana live tile heading, if present. On the live tile, the content wraps for two lines.

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

Property Value

String

Platform::String

winrt::hstring

A string that represents text that appears below the Cortana live tile heading, if present.

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