Freigeben über


PushNotificationChannelManagerForUser.CreatePushNotificationChannelForSecondaryTileAsync Methode

Definition

Erstellt ein an eine sekundäre Kachel gebundenes Objekt, über das Sie einen Pushbenachrichtigungskanal von Windows Push Notification Services (WNS) abrufen. Die Kachel kann eine sekundäre Kachel der aufrufenden App oder eine andere App im selben Paket sein.

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)

Parameter

tileId
String

Platform::String

winrt::hstring

Die ID der sekundären Kachel, die an den Pushbenachrichtigungskanal gebunden werden soll.

Gibt zurück

Das an die sekundäre Kachel gebundene Objekt, das verwendet wird, um einen PushNotificationChannel von windows Push Notification Services (WNS) anzufordern.

Attribute

Hinweise

Hinweis

Kanäle, die an sekundäre Kacheln gebunden sind, akzeptieren nur Pushbenachrichtigungen für Kachel- und Badge-Updatetypen .

Gilt für: