GameList.GameUpdated Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique qu’un GameListEntry a été mis à jour dans gameList
public:
static event GameListChangedEventHandler ^ GameUpdated;
// Register
static event_token GameUpdated(GameListChangedEventHandler const& handler) const;
// Revoke with event_token
static void GameUpdated(event_token const* cookie) const;
// Revoke with event_revoker
static GameList::GameUpdated_revoker GameUpdated(auto_revoke_t, GameListChangedEventHandler const& handler) const;
public static event GameListChangedEventHandler GameUpdated;
function onGameUpdated(eventArgs) { /* Your code */ }
Windows.Gaming.Preview.GamesEnumeration.GameList.addEventListener("gameupdated", onGameUpdated);
Windows.Gaming.Preview.GamesEnumeration.GameList.removeEventListener("gameupdated", onGameUpdated);
- or -
Windows.Gaming.Preview.GamesEnumeration.GameList.ongameupdated = onGameUpdated;
Public Shared Custom Event GameUpdated As GameListChangedEventHandler
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
gameList
|
Remarques
Cette API n’est pas disponible pour toutes les applications. À moins que votre compte de développeur ne soit spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.