共用方式為


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 - ->AuthenticatingConnected> -SettingUpAccount> ->>FinalizingCompleted) ,但如果已在登入時呼叫 TryWaitForSignInWithProgressAsync,可能會略過狀態。

適用於