다음을 통해 공유


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입니다.

적용 대상