共用方式為


IsolatedWindowsEnvironmentHost.IsReady 屬性

定義

已取代。 布爾值,表示主機是否已正確設定,且已準備好建立隔離的 Windows 環境。

public:
 static property bool IsReady { bool get(); };
static bool IsReady();
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHost is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
static bool IsReady();
public static bool IsReady { get; }
public static bool IsReady { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentHost is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; }
var boolean = IsolatedWindowsEnvironmentHost.isReady;
Public Shared ReadOnly Property IsReady As Boolean

屬性值

Boolean

bool

Boolean

屬性

備註

警告

這是已被取代的 API。

適用於