IsolatedWindowsEnvironmentLaunchFileStatus É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. Valeurs d’énumération pour le status de lancement de fichier dans l’environnement Windows isolé.
public enum class IsolatedWindowsEnvironmentLaunchFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentLaunchFileStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentLaunchFileStatus 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 IsolatedWindowsEnvironmentLaunchFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentLaunchFileStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentLaunchFileStatus 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 IsolatedWindowsEnvironmentLaunchFileStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentLaunchFileStatus.success
Public Enum IsolatedWindowsEnvironmentLaunchFileStatus
- Héritage
-
IsolatedWindowsEnvironmentLaunchFileStatus
- 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
AlreadySharedWithConflictingOptions | 5 | Le fichier a été précédemment partagé avec des options non valides/conflictuelles. Par exemple, si un fichier est partagé précédemment avec l’appel ShareFileAsync et AllowWrite dans IsolatedWindowsEnvironmentShareFileRequestOptions est false, cette erreur est générée. |
EnvironmentUnavailable | 2 | Le lancement du fichier dans un environnement Windows isolé a échoué, car l’environnement n’est pas disponible. |
FileNotFound | 3 | Le lancement du fichier dans un environnement Windows isolé a échoué, car le fichier est introuvable. |
Success | 0 | Le lancement du fichier dans un environnement Windows isolé a réussi. |
TimedOut | 4 | Le lancement du fichier dans un environnement Windows isolé a expiré. |
UnknownFailure | 1 | Le lancement de fichier dans un environnement Windows isolé présente un échec inconnu. |
Remarques
Avertissement
Il s’agit d’une API déconseillée.