GameModeConfiguration.RelatedProcessNames Property

Definition

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 ^> ^ RelatedProcessNames { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> RelatedProcessNames();
public IList<string> RelatedProcessNames { get; }
var iVector = gameModeConfiguration.relatedProcessNames;
Public ReadOnly Property RelatedProcessNames As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

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.

Applies to