ExtendedExecutionForegroundResult 열거형

정의

가능한 확장 실행 요청 결과 값을 지정합니다.

public enum class ExtendedExecutionForegroundResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ExtendedExecutionForegroundResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ExtendedExecutionForegroundResult
var value = Windows.ApplicationModel.ExtendedExecution.Foreground.ExtendedExecutionForegroundResult.allowed
Public Enum ExtendedExecutionForegroundResult
상속
ExtendedExecutionForegroundResult
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

Allowed 0

확장 실행이 허용됩니다.

Denied 1

앱 실행은 허용되지 않습니다.

적용 대상