다음을 통해 공유


IsolatedWindowsEnvironmentProgressState 열거형

정의

더 이상 사용되지 않습니다. 격리된 Windows 환경을 만드는 동안 반환되며 생성 프로세스의 상태를 나타냅니다.

public enum class IsolatedWindowsEnvironmentProgressState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentProgressState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProgressState is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentProgressState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentProgressState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProgressState is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public enum IsolatedWindowsEnvironmentProgressState
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentProgressState.queued
Public Enum IsolatedWindowsEnvironmentProgressState
상속
IsolatedWindowsEnvironmentProgressState
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2004 (10.0.19041.0에서 도입되었습니다.)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v2.0에서 도입되었습니다.)

필드

Completed 2

격리된 Windows 환경 만들기가 완료되었습니다.

Creating 3

격리된 Windows 환경 만들기가 진행 중입니다.

Finalizing 6

격리된 Windows 환경 설정이 구성되고 있습니다.

Processing 1

격리된 Windows 환경 만들기가 시작될 준비를 하고 있습니다.

Queued 0

격리된 Windows 환경 만들기가 큐에 대기 중입니다.

Retrying 4

격리된 Windows 환경을 만드는 동안 문제가 발생했습니다. 만들기가 다시 시도되고 있습니다.

Starting 5

격리된 Windows 환경이 시작됩니다.

설명

경고

더 이상 사용되지 않는 API입니다.

적용 대상