Share via


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 - -Authenticating>Connected> ->>FinalizingSettingUpAccount ->Completed) で到着することが予想されますが、サインインが既に進行中に TryWaitForSignInWithProgressAsync が呼び出されると、状態がスキップされる可能性があります。

適用対象