次の方法で共有


GameModeUserConfiguration.GamingRelatedProcessNames プロパティ

定義

ゲーム モードの影響を受けないゲーム関連のプロセスの一覧を返します。 プロセス名は追加および削除できますが、変更を保持するには 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)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Windows の要件

アプリの機能
gameList

注釈

この API は、すべてのアプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、これらの API の呼び出しは実行時に失敗します。

適用対象