GameListChangedEventHandler Délégué
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.
Retourne le GameListEntry qui a été ajouté ou mis à jour à la GameList
public delegate void GameListChangedEventHandler(GameListEntry ^ game);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.Preview.GamesEnumerationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(636920865, 55541, 19857, 180, 14, 83, 213, 232, 111, 222, 100)]
class GameListChangedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.Preview.GamesEnumerationContract), 65536)]
[Windows.Foundation.Metadata.Guid(636920865, 55541, 19857, 180, 14, 83, 213, 232, 111, 222, 100)]
public delegate void GameListChangedEventHandler(GameListEntry game);
var gameListChangedEventHandlerHandler = function(game){
/* Your code */
}
Public Delegate Sub GameListChangedEventHandler(game As GameListEntry)
Paramètres
- game
- GameListEntry
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows Desktop Extension SDK (introduit dans 10.0.10240.0)
Windows Mobile Extension SDK (introduit dans 10.0.10240.0) |
API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
gameList
|
Remarques
Cette API n’est pas disponible pour toutes les applications. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.