次の方法で共有


CortanaTileNotificationTriggerDetails クラス

定義

アクセサリに Cortana ライブ タイル更新通知をレンダリングするために必要なすべての情報を表します。

public ref class CortanaTileNotificationTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class CortanaTileNotificationTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class CortanaTileNotificationTriggerDetails
Public NotInheritable Class CortanaTileNotificationTriggerDetails
継承
Object Platform::Object IInspectable CortanaTileNotificationTriggerDetails
属性
実装

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)
アプリの機能
accessoryManager

注釈

トリガーの詳細には通知データのみが含まれます。 通知の表示方法に関する情報は含まれません。

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

プロパティ

AccessoryNotificationType

受信した通知の種類を指定する AccessoryNotificationType 。 Cortana タイル通知の場合、この値は AccessoryNotificationType.CortanaTile です。

AppDisplayName

通知を生成したアプリの表示名を表します。

AppId

通知を生成したアプリのインスタンス ID を表します。

Content

Cortana ライブ タイルの注釈テキストを表す文字列。 ライブ タイルでは、このコンテンツは最大 4 行折り返されます。

EmphasizedText

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

LargeContent1

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

LargeContent2

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

NonWrappedSmallContent1

Cortana ライブ タイル上の小さい、ラップされていないテキストの最初の行を表す文字列。

NonWrappedSmallContent2

Cortana ライブ タイル上の小さい、ラップされていないテキストの 2 行目を表す文字列。

NonWrappedSmallContent3

Cortana ライブ タイル上の小さい、ラップされていないテキストの 3 行目を表す文字列。

NonWrappedSmallContent4

Cortana ライブ タイル上の小さい、ラップされていないテキストの 4 行目を表す文字列。

Source

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

StartedProcessing

アクセサリが通知の処理を開始したかどうかを指定します。

TileId

受信した通知に対応する Cortana ライブ タイルの ID。

TimeCreated

通知が作成された日時。

適用対象

こちらもご覧ください