共用方式為


IsolatedWindowsEnvironmentOptions.AllowGraphicsHardwareAcceleration 屬性

定義

已取代。 隔離式 Windows 環境是否使用硬體或軟體加速來呈現圖形的布爾值。

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

屬性值

Boolean

bool

Boolean

屬性

備註

警告

這是已被取代的 API。

適用於