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

布尔

属性

注解

警告

这是一个已弃用的 API。

适用于