次の方法で共有


CortanaTileNotificationTriggerDetails.LargeContent2 プロパティ

定義

Cortana ライブ タイル見出しの下に表示されるテキストを表す文字列 (存在する場合)。 ライブ タイルでは、コンテンツは 2 行で折り返されます。

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

プロパティ値

String

Platform::String

winrt::hstring

Cortana ライブ タイル見出しの下に表示されるテキストを表す文字列 (存在する場合)。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象