CortanaTileNotificationTriggerDetails.Source Property

Definition

A string that corresponds to source text from a Cortana live tile. Source text is displayed in the bottom-right corner of a large tile.

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

Property Value

String

Platform::String

winrt::hstring

Source text from 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