GameListRemovedEventHandler 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 l’identificateur de GameListEntry qui a été supprimé de la GameList.
public delegate void GameListRemovedEventHandler(Platform::String ^ identifier);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.Preview.GamesEnumerationContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(281371791, 27791, 18194, 155, 56, 71, 75, 194, 46, 118, 216)]
class GameListRemovedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.Preview.GamesEnumerationContract), 65536)]
[Windows.Foundation.Metadata.Guid(281371791, 27791, 18194, 155, 56, 71, 75, 194, 46, 118, 216)]
public delegate void GameListRemovedEventHandler(string identifier);
var gameListRemovedEventHandlerHandler = function(identifier){
/* Your code */
}
Public Delegate Sub GameListRemovedEventHandler(identifier As String)
Paramètres
- identifier
-
String
Platform::String
winrt::hstring
- 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. À 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.