次の方法で共有


CortanaTileNotificationTriggerDetails.LargeContent1 プロパティ

定義

Cortana ライブ タイルの見出しを表す文字列。 ライブ タイルでは、コンテンツはすべての大文字で表示されます。

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

プロパティ値

String

Platform::String

winrt::hstring

Cortana ライブ タイルの見出しを表す文字列。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象