IToastNotificationManagerStatics3 インターフェイス

定義

トースト通知を生成するために使用できる ToastNotifier オブジェクトを作成します。

重要

これらの API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。

public interface class IToastNotificationManagerStatics3
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.StartScreen.DualSimTileContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(655881547, 20703, 17493, 142, 110, 65, 224, 252, 142, 19, 206)]
struct IToastNotificationManagerStatics3
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.StartScreen.DualSimTileContract), 65536)]
[Windows.Foundation.Metadata.Guid(655881547, 20703, 17493, 142, 110, 65, 224, 252, 142, 19, 206)]
public interface IToastNotificationManagerStatics3
Public Interface IToastNotificationManagerStatics3
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.StartScreen.DualSimTileContract (v1.0 で導入)

メソッド

CreateToastNotifierForSecondaryTile(String)

セカンダリ タイルのトースト通知を作成して初期化します。

重要

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。

適用対象