共用方式為


GameModeConfiguration.PercentGpuMemoryAllocatedToGame 屬性

定義

啟用遊戲模式時專用於遊戲的 GPU 記憶體百分比。

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

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

屬性值

Windows 需求

應用程式功能
gameList

備註

此 API 不適用於所有應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫這些 API 會在運行時間失敗。

適用於