GameModeUserConfiguration.GamingRelatedProcessNames 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回遊戲相關程式的清單,這些程式不會受到遊戲模式影響。 您可以新增和移除進程名稱,不過必須呼叫 SaveAsync () 才能保存變更。
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)
屬性值
Windows 需求
應用程式功能 |
gameList
|
備註
此 API 不適用於所有應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在運行時間失敗。