Condividi tramite


GameListChangedEventHandler Delegato

Definizione

Restituisce gameListEntry aggiunto o aggiornato a 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)

Parametri

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows Desktop Extension SDK (è stato introdotto in 10.0.10240.0)
Windows Mobile Extension SDK (è stato introdotto in 10.0.10240.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (è stato introdotto in v1.0)
Funzionalità dell'app
gameList

Commenti

Questa API non è disponibile per tutte le app. A meno che l'account sviluppatore non venga effettuato appositamente da Microsoft, le chiamate a queste API avranno esito negativo in fase di esecuzione.

Si applica a