GameListRemovedEventHandler Delegar

Definição

Retorna o identificador de GameListEntry que foi removido 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)

Parâmetros

identifier
String

Platform::String

winrt::hstring

Atributos

Requisitos do Windows

Família de dispositivos
Windows Desktop Extension SDK (introduzida na 10.0.10240.0)
Windows Mobile Extension SDK (introduzida na 10.0.10240.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (introduzida na v1.0)
Funcionalidades do aplicativo
gameList

Comentários

Essa API não está disponível para todos os aplicativos. A menos que sua conta de desenvolvedor seja provisionada especialmente pela Microsoft, as chamadas para essas APIs falharão em runtime.

Aplica-se a