AppNotification クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ通知を表します。
public ref class AppNotification sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.AppNotifications.IAppNotificationFactory, 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppNotification final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.AppNotifications.IAppNotificationFactory), 65536, "Microsoft.Windows.AppNotifications.AppNotificationsContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppNotification
function AppNotification(payload)
Public NotInheritable Class AppNotification
- 継承
- 属性
注釈
アプリ通知を実装する方法のガイダンスについては、Windows アプリ SDKの「クイック スタート: アプリ通知」を参照してください。
コンストラクター
AppNotification(String) |
AppNotification クラスの新しいインスタンスを作成します。 |
プロパティ
Expiration |
アプリ通知を表示しない時間を取得または設定します。 |
ExpiresOnReboot |
再起動後にアプリ通知を通知センター (Windows 10のアクション センター) に残すかどうかを示す値を取得します。 |
Group |
アプリ通知グループの一意識別子を取得または設定します。 |
Id |
アプリ通知のプラットフォームによって生成された一意の識別子を取得します。 |
Payload |
通知の XML ペイロードを取得します。 |
Priority |
アプリ通知の優先度を取得または設定します。 |
Progress |
アプリ通知の進行状況に関する情報を取得または設定します。 |
SuppressDisplay |
アプリ通知のポップアップ UI をユーザーの画面に表示するかどうかを指定する値を取得または設定します。 |
Tag |
グループ間のアプリ通知のセットを識別するために使用できる一意の識別子を取得または設定します。 |