IsolatedWindowsEnvironmentPostMessageStatus Énumération
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. Contient les retours réels de post-message de l’hôte vers l’environnement Windows isolé status.
public enum class IsolatedWindowsEnvironmentPostMessageStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 131072)]
enum class IsolatedWindowsEnvironmentPostMessageStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 131072)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentPostMessageStatus 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 IsolatedWindowsEnvironmentPostMessageStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 131072)]
public enum IsolatedWindowsEnvironmentPostMessageStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 131072)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentPostMessageStatus 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 IsolatedWindowsEnvironmentPostMessageStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentPostMessageStatus.success
Public Enum IsolatedWindowsEnvironmentPostMessageStatus
- Héritage
-
IsolatedWindowsEnvironmentPostMessageStatus
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2004 (introduit dans 10.0.19041.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduit dans v2.0)
|
Champs
EnvironmentUnavailable | 2 | Échec de la publication du message de l’hôte vers l’environnement Windows isolé en raison de l’indisponibilité de l’environnement |
Success | 0 | Publier le message de l’hôte vers l’environnement Windows isolé a réussi |
UnknownFailure | 1 | Échec de la publication du message de l’hôte vers l’environnement Windows isolé avec un échec inconnu |
Remarques
Avertissement
Il s’agit d’une API déconseillée.