IsolatedWindowsEnvironmentHost.IsReady Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Valeur booléenne qui indique si un hôte est correctement configuré et prêt à créer un environnement Windows isolé.
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
Valeur de propriété
Boolean
bool
Boolean
- Attributs
Remarques
Avertissement
Il s’agit d’une API déconseillée.