다음을 통해 공유


GameListRemovedEventHandler 대리자

정의

GameList에서 제거된 GameListEntry의 식별자를 반환합니다.

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)

매개 변수

identifier
String

Platform::String

winrt::hstring

특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (v1.0에서 도입되었습니다.)
앱 기능
gameList

설명

이 API는 모든 앱에서 사용할 수 없습니다. 개발자 계정이 Microsoft에서 특별히 프로비전되지 않는 한 런타임에 이러한 API에 대한 호출이 실패합니다.

적용 대상