CortanaTileNotificationTriggerDetails.LargeContent2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A string that represents text that appears below the Cortana live tile heading, if present.
Windows requirements
| Requirements | Description |
|---|---|
| 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.