次の方法で共有


GameModeConfiguration.PercentGpuTimeAllocatedToGame プロパティ

定義

ゲーム モードが有効になっている場合にゲーム専用になる GPU 時間の割合。

public:
 property IReference<int> ^ PercentGpuTimeAllocatedToGame { IReference<int> ^ get(); void set(IReference<int> ^ value); };
IReference<int> PercentGpuTimeAllocatedToGame();

void PercentGpuTimeAllocatedToGame(IReference<int> value);
public System.Nullable<int> PercentGpuTimeAllocatedToGame { get; set; }
var iReference = gameModeConfiguration.percentGpuTimeAllocatedToGame;
gameModeConfiguration.percentGpuTimeAllocatedToGame = iReference;
Public Property PercentGpuTimeAllocatedToGame As Nullable(Of Integer)

プロパティ値

Windows の要件

アプリの機能
gameList

注釈

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

適用対象