次の方法で共有


CortanaTileNotificationTriggerDetails.Source プロパティ

定義

Cortana ライブ タイルのソース テキストに対応する文字列。 ソース テキストは、大きなタイルの右下隅に表示されます。

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

プロパティ値

String

Platform::String

winrt::hstring

Cortana ライブ タイルのソース テキスト。

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

適用対象