次の方法で共有


CortanaTileNotificationTriggerDetails.EmphasizedText プロパティ

定義

Cortana ライブ タイルに温度を表示するために使用される文字列。 ライブ タイルでは、このテキストは特大フォントでレンダリングされ、折り返されません。 このプロパティに値が設定されている場合、LargeContent2、NonWrappedSmallContent2、NonWrappedSmallContent3、および NonWrappedSmallContent4 は常に非表示になります。

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

プロパティ値

String

Platform::String

winrt::hstring

Cortana ライブ タイルに温度を表示するために使用される文字列。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象