Bagikan melalui


GameListEntry Kelas

Definisi

Menyediakan info tampilan game seperti info tampilannya, parameter peluncuran, dan konfigurasi mode game, kategori, dan metode untuk meluncurkan game.

public ref class GameListEntry sealed : IGameListEntry
public ref class GameListEntry sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.Preview.GamesEnumerationContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GameListEntry final : IGameListEntry
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Gaming.Preview.GamesEnumerationContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GameListEntry final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.Preview.GamesEnumerationContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GameListEntry : IGameListEntry
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Gaming.Preview.GamesEnumerationContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GameListEntry
Public NotInheritable Class GameListEntry
Implements IGameListEntry
Public NotInheritable Class GameListEntry
Warisan
Object Platform::Object IInspectable GameListEntry
Atribut
Penerapan

Persyaratan Windows

Rangkaian perangkat
Windows Desktop Extension SDK (diperkenalkan dalam 10.0.10240.0)
Windows Mobile Extension SDK (diperkenalkan dalam 10.0.10240.0)
API contract
Windows.Gaming.Preview.GamesEnumerationContract (diperkenalkan dalam v1.0)
Kemampuan aplikasi
gameList

Keterangan

API ini tidak tersedia untuk semua aplikasi. Kecuali akun pengembang Anda disediakan secara khusus oleh Microsoft, panggilan ke API ini akan gagal saat runtime.

Riwayat versi

Versi Windows Versi SDK Nilai ditambahkan
1709 16299 GameModeConfiguration
1709 16299 LaunchableState
1709 16299 LauncherExecutable
1709 16299 LaunchParameters
1709 16299 SetLauncherExecutableFileAsync(IStorageFile)
1709 16299 SetLauncherExecutableFileAsync(IStorageFile,String)
1709 16299 SetTitleIdAsync
1709 16299 TitleId

Properti

Category

Nilai GameListCategory saat ini untuk IGameListEntry terkait.

DisplayInfo

API ini tidak tersedia untuk semua aplikasi. Kecuali akun pengembang Anda disediakan secara khusus oleh Microsoft, panggilan ke API ini akan gagal saat runtime.

GameModeConfiguration

Pengaturan GameModeConfiguration permainan saat ini

LaunchableState

GameListEntryLaunchableState saat ini

LauncherExecutable

Jalur ke executable permainan.

LaunchParameters

Parameter peluncuran game saat ini.

Properties

Mendapatkan kumpulan semua properti yang berkaitan dengan objek IGameListEntry .

TitleId

TitleId permainan ini bisa kembali dengan string kosong

Metode

LaunchAsync()

Luncurkan game terkait.

SetCategoryAsync(GameListCategory)

Mengatur GameListCategory.

SetLauncherExecutableFileAsync(IStorageFile)

Mengatur jalur peluncuran untuk parameter executable dan peluncuran game. Ini dapat gagal jika LaunchableState diatur ke ByTitle.

SetLauncherExecutableFileAsync(IStorageFile, String)

Mengatur jalur peluncuran untuk executable game. Ini dapat gagal jika LaunchableState diatur ke ByTitle.

SetTitleIdAsync(String)

Updates TitleID.

Berlaku untuk

Lihat juga