IGameListEntry.LaunchAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Launch the game associated with the IGameListEntry
public:
IAsyncOperation<bool> ^ LaunchAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> LaunchAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> LaunchAsync();
function launchAsync()
Public Function LaunchAsync () As IAsyncOperation(Of Boolean)
Returns
- Attributes
Windows requirements
App capabilities |
gameList
|
Remarks
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.