GameModeUserConfiguration
GameModeUserConfiguration
GameModeUserConfiguration
GameModeUserConfiguration
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 GameModeUserConfiguration : IGameModeUserConfigurationpublic sealed class GameModeUserConfiguration : IGameModeUserConfigurationPublic NotInheritable Class GameModeUserConfiguration Implements IGameModeUserConfiguration// You can use this class in JavaScript.
- Attributes
| 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
GamingRelatedProcessNames GamingRelatedProcessNames GamingRelatedProcessNames GamingRelatedProcessNames
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 : IVector<string> GamingRelatedProcessNames { get; }public IList<string> GamingRelatedProcessNames { get; }Public ReadOnly Property GamingRelatedProcessNames As IList<string>// You can use this property in JavaScript.
- Value
- IVector<PlatForm::String> IList<string> IList<string> IList<string>
Methods
GetDefault() GetDefault() GetDefault() GetDefault()
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 : static GameModeUserConfiguration GetDefault()public static GameModeUserConfiguration GetDefault()Public Static Function GetDefault() As GameModeUserConfiguration// You can use this method in JavaScript.
SaveAsync() SaveAsync() SaveAsync() SaveAsync()
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 SaveAsync()public IAsyncAction SaveAsync()Public Function SaveAsync() As IAsyncAction// You can use this method in JavaScript.