Partager via


IsolatedWindowsEnvironmentOptions.AllowGraphicsHardwareAcceleration Propriété

Définition

Action déconseillée. Valeur booléenne indiquant si l’environnement Windows isolé affiche des graphiques à l’aide d’une accélération matérielle ou logicielle.

public:
 property bool AllowGraphicsHardwareAcceleration { bool get(); void set(bool value); };
bool AllowGraphicsHardwareAcceleration();

void AllowGraphicsHardwareAcceleration(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
bool AllowGraphicsHardwareAcceleration();

void AllowGraphicsHardwareAcceleration(bool value);
public bool AllowGraphicsHardwareAcceleration { get; set; }
public bool AllowGraphicsHardwareAcceleration { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var boolean = isolatedWindowsEnvironmentOptions.allowGraphicsHardwareAcceleration;
isolatedWindowsEnvironmentOptions.allowGraphicsHardwareAcceleration = boolean;
Public Property AllowGraphicsHardwareAcceleration As Boolean

Valeur de propriété

Boolean

bool

Boolean

Attributs

Remarques

Avertissement

Il s’agit d’une API déconseillée.

S’applique à