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,则将引发此错误。

EnvironmentUnavailable 2

文件启动到独立 Windows 环境失败,因为环境不可用。

FileNotFound 3

文件启动到独立 Windows 环境失败,因为找不到该文件。

Success 0

成功将文件启动到独立 Windows 环境。

TimedOut 4

文件启动到独立 Windows 环境超时。

UnknownFailure 1

在独立 Windows 环境中启动文件时出现未知故障。

注解

警告

这是一个已弃用的 API。

适用于

另请参阅