次の方法で共有


GameModeConfiguration.RelatedProcessNames プロパティ

定義

ゲーム モードの影響を受けないゲーム関連のプロセスの一覧を返します。 プロセス名は追加および削除できますが、変更を保持するには SaveAsync() を呼び出す必要があります。

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)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Windows の要件

アプリの機能
gameList

注釈

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

適用対象