Condividi tramite


GameListRemovedEventHandler Delegato

Definizione

Restituisce l'identificatore di GameListEntry rimosso da 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)

Parametri

identifier
String

Platform::String

winrt::hstring

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