PushNotificationChannelManagerForUser.CreatePushNotificationChannelForSecondaryTileAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
virtual IAsyncOperation<PushNotificationChannel ^> ^ CreatePushNotificationChannelForSecondaryTileAsync(Platform::String ^ tileId) = CreatePushNotificationChannelForSecondaryTileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PushNotificationChannel> CreatePushNotificationChannelForSecondaryTileAsync(winrt::hstring const& tileId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PushNotificationChannel> CreatePushNotificationChannelForSecondaryTileAsync(string tileId);
function createPushNotificationChannelForSecondaryTileAsync(tileId)
Public Function CreatePushNotificationChannelForSecondaryTileAsync (tileId As String) As IAsyncOperation(Of PushNotificationChannel)
パラメーター
- tileId
-
String
Platform::String
winrt::hstring
プッシュ通知チャネルにバインドするセカンダリ タイルの ID。
戻り値
セカンダリ タイルにバインドされた オブジェクト。これは、Windows プッシュ通知サービス (WNS) から PushNotificationChannel を要求するために使用されます。
- 属性
注釈
Note
セカンダリ タイルにバインドされたチャネルは、 タイル と バッジ の更新の種類に対するプッシュ通知のみを受け入れます。