IsolatedWindowsEnvironmentSignInProgress 枚举

定义

已弃用。 指定登录操作的进度。

public enum class IsolatedWindowsEnvironmentSignInProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 262144)]
enum class IsolatedWindowsEnvironmentSignInProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 262144)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentSignInProgress 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 IsolatedWindowsEnvironmentSignInProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 262144)]
public enum IsolatedWindowsEnvironmentSignInProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 262144)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentSignInProgress 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 IsolatedWindowsEnvironmentSignInProgress
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentSignInProgress.connecting
Public Enum IsolatedWindowsEnvironmentSignInProgress
继承
IsolatedWindowsEnvironmentSignInProgress
属性

Windows 要求

设备系列
Windows 11 Insider Preview (在 10.0.23504.0 中引入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (在 v4.0 中引入)

字段

Authenticating 2

登录到独立 Windows 环境。

Completed 5

登录到独立 Windows 环境已完成。

Connected 1

与独立 Windows 环境建立连接。

Connecting 0

连接到隔离的 Windows 环境。

Finalizing 4

在独立 Windows 环境中配置用户会话设置。

SettingUpAccount 3

在独立 Windows 环境中设置用户会话。

注解

警告

这是一个已弃用的 API。

进度状态值应按 (Connecting ->Connected -AuthenticatingSettingUpAccount>>Finalizing>>Completed -) 的顺序到达,但如果在登录正在进行时调用 TryWaitForSignInWithProgressAsync,则可能会跳过状态。

适用于