다음을 통해 공유


IsolatedWindowsEnvironmentLaunchFileStatus 열거형

정의

더 이상 사용되지 않습니다. 격리된 Windows 환경에 대한 파일 시작 상태 대한 열거형 값입니다.

public enum class IsolatedWindowsEnvironmentLaunchFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentLaunchFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentLaunchFileStatus 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 IsolatedWindowsEnvironmentLaunchFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentLaunchFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentLaunchFileStatus 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 IsolatedWindowsEnvironmentLaunchFileStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentLaunchFileStatus.success
Public Enum IsolatedWindowsEnvironmentLaunchFileStatus
상속
IsolatedWindowsEnvironmentLaunchFileStatus
특성

Windows 요구 사항

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

필드

AlreadySharedWithConflictingOptions 5

파일이 이전에 유효하지 않거나 충돌하는 옵션과 공유되었습니다. 예를 들어 파일이 이전에 ShareFileAsync 호출과 공유되고 IsolatedWindowsEnvironmentShareFileRequestOptions 의 AllowWrite가 false인 경우 이 오류가 throw됩니다.

EnvironmentUnavailable 2

환경을 사용할 수 없기 때문에 격리된 Windows 환경에 대한 파일 시작이 실패했습니다.

FileNotFound 3

파일을 찾을 수 없어 격리된 Windows 환경으로 파일을 시작하지 못했습니다.

Success 0

격리된 Windows 환경에 대한 파일 시작이 성공했습니다.

TimedOut 4

격리된 Windows 환경에 대한 파일 시작 시간이 초과되었습니다.

UnknownFailure 1

격리된 Windows 환경에 대한 파일 시작에 알 수 없는 오류가 있습니다.

설명

경고

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

적용 대상

추가 정보