Condividi tramite


GameModeConfiguration.PercentGpuMemoryAllocatedToGame Proprietà

Definizione

Percentuale di memoria GPU dedicata al gioco quando la modalità di gioco è abilitata.

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)

Valore della proprietà

Requisiti Windows

Funzionalità dell'app
gameList

Commenti

Questa API non è disponibile per tutte le app. A meno che l'account sviluppatore non venga effettuato appositamente da Microsoft, le chiamate a queste API avranno esito negativo in fase di esecuzione.

Si applica a