GameListEntry
GameListEntry
GameListEntry
GameListEntry
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : sealed class GameListEntry : IGameListEntrypublic sealed class GameListEntry : IGameListEntryPublic NotInheritable Class GameListEntry Implements IGameListEntry// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v1)
|
Properties
Category Category Category Category
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : GameListCategory Category { get; }public GameListCategory Category { get; }Public ReadOnly Property Category As GameListCategory// You can use this property in JavaScript.
DisplayInfo DisplayInfo DisplayInfo DisplayInfo
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : AppDisplayInfo DisplayInfo { get; }public AppDisplayInfo DisplayInfo { get; }Public ReadOnly Property DisplayInfo As AppDisplayInfo// You can use this property in JavaScript.
GameModeConfiguration GameModeConfiguration GameModeConfiguration GameModeConfiguration
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : GameModeConfiguration GameModeConfiguration { get; }public GameModeConfiguration GameModeConfiguration { get; }Public ReadOnly Property GameModeConfiguration As GameModeConfiguration// You can use this property in JavaScript.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|
LaunchableState LaunchableState LaunchableState LaunchableState
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : GameListEntryLaunchableState LaunchableState { get; }public GameListEntryLaunchableState LaunchableState { get; }Public ReadOnly Property LaunchableState As GameListEntryLaunchableState// You can use this property in JavaScript.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|
LauncherExecutable LauncherExecutable LauncherExecutable LauncherExecutable
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IStorageFile LauncherExecutable { get; }public IStorageFile LauncherExecutable { get; }Public ReadOnly Property LauncherExecutable As IStorageFile// You can use this property in JavaScript.
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|
LaunchParameters LaunchParameters LaunchParameters LaunchParameters
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : PlatForm::String LaunchParameters { get; }public string LaunchParameters { get; }Public ReadOnly Property LaunchParameters As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|
Properties Properties Properties Properties
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IMapView<string, object> Properties { get; }public IReadOnlyDictionary<string, object> Properties { get; }Public ReadOnly Property Properties As IReadOnlyDictionary<string, object>// You can use this property in JavaScript.
- Value
- IMapView<PlatForm::String, PlatForm::Object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object>
TitleId TitleId TitleId TitleId
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : PlatForm::String TitleId { get; }public string TitleId { get; }Public ReadOnly Property TitleId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|
Methods
LaunchAsync() LaunchAsync() LaunchAsync() LaunchAsync()
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IAsyncOperation<PlatForm::Boolean> LaunchAsync()public IAsyncOperation<bool> LaunchAsync()Public Function LaunchAsync() As IAsyncOperation( Of bool )// You can use this method in JavaScript.
SetCategoryAsync(GameListCategory) SetCategoryAsync(GameListCategory) SetCategoryAsync(GameListCategory) SetCategoryAsync(GameListCategory)
This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IAsyncAction SetCategoryAsync(GameListCategory value)public IAsyncAction SetCategoryAsync(GameListCategory value)Public Function SetCategoryAsync(value As GameListCategory) As IAsyncAction// You can use this method in JavaScript.
SetLauncherExecutableFileAsync(IStorageFile) SetLauncherExecutableFileAsync(IStorageFile) SetLauncherExecutableFileAsync(IStorageFile) SetLauncherExecutableFileAsync(IStorageFile)
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IAsyncAction SetLauncherExecutableFileAsync(IStorageFile executableFile)public IAsyncAction SetLauncherExecutableFileAsync(IStorageFile executableFile)Public Function SetLauncherExecutableFileAsync(executableFile As IStorageFile) As IAsyncAction// You can use this method in JavaScript.
- executableFile
- IStorageFile IStorageFile IStorageFile IStorageFile
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|
SetLauncherExecutableFileAsync(IStorageFile, String) SetLauncherExecutableFileAsync(IStorageFile, String) SetLauncherExecutableFileAsync(IStorageFile, String) SetLauncherExecutableFileAsync(IStorageFile, String)
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IAsyncAction SetLauncherExecutableFileAsync(IStorageFile executableFile, PlatForm::String launchParams)public IAsyncAction SetLauncherExecutableFileAsync(IStorageFile executableFile, String launchParams)Public Function SetLauncherExecutableFileAsync(executableFile As IStorageFile, launchParams As String) As IAsyncAction// You can use this method in JavaScript.
- executableFile
- IStorageFile IStorageFile IStorageFile IStorageFile
- launchParams
- PlatForm::String String String String
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|
SetTitleIdAsync(String) SetTitleIdAsync(String) SetTitleIdAsync(String) SetTitleIdAsync(String)
Prerelease. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public : IAsyncAction SetTitleIdAsync(PlatForm::String id)public IAsyncAction SetTitleIdAsync(String id)Public Function SetTitleIdAsync(id As String) As IAsyncAction// You can use this method in JavaScript.
- id
- PlatForm::String String String String
| Device family |
Windows Desktop Extension SDK (introduced v10.0.16257.0)
Windows Mobile Extension SDK (introduced v10.0.16257.0)
|
| API contract |
Windows.Gaming.Preview.GamesEnumerationContract (introduced v2)
|