GameModeUserConfiguration.GamingRelatedProcessNames Property
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.
Returns a list of gaming related processes that will not be affected by Game Mode. Processes names can be added and removed, however SaveAsync() will need to be called to persist the changes.
public:
property IVector<Platform::String ^> ^ GamingRelatedProcessNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> GamingRelatedProcessNames();
public IList<string> GamingRelatedProcessNames { get; }
var iVector = gameModeUserConfiguration.gamingRelatedProcessNames;
Public ReadOnly Property GamingRelatedProcessNames As IList(Of String)
Property Value
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.