Freigeben über


TileUpdater.GetScheduledTileNotifications Methode

Definition

Ruft eine Liste der geplanten Updates für die Kachel ab.

public:
 virtual IVectorView<ScheduledTileNotification ^> ^ GetScheduledTileNotifications() = GetScheduledTileNotifications;
IVectorView<ScheduledTileNotification> GetScheduledTileNotifications();
public IReadOnlyList<ScheduledTileNotification> GetScheduledTileNotifications();
function getScheduledTileNotifications()
Public Function GetScheduledTileNotifications () As IReadOnlyList(Of ScheduledTileNotification)

Gibt zurück

Die Sammlung geplanter Updates für diese Kachel.

Gilt für:

Weitere Informationen