GameListChangedEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回已新增或更新至 GameList 的 GameListEntry
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)
參數
- game
- GameListEntry
- 屬性
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 會在運行時間失敗。