IsolatedWindowsEnvironmentLaunchFileStatus Перечисление

Определение

Не рекомендуется. Значения перечисления для состояния запуска файла в изолированной среде Windows.

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
Наследование
IsolatedWindowsEnvironmentLaunchFileStatus
Атрибуты

Требования к Windows

Семейство устройств
Windows 10, version 2004 (появилось в 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (появилось в v2.0)

Поля

AlreadySharedWithConflictingOptions 5

Файл ранее был предоставлен совместно с недопустимыми или конфликтующими параметрами. Например, если файл ранее был предоставлен совместно с помощью вызова ShareFileAsync и AllowWrite в IsolatedWindowsEnvironmentShareFileRequestOptions имеет значение false, эта ошибка будет возникать.

EnvironmentUnavailable 2

Сбой запуска файла в изолированной среде Windows, так как среда недоступна.

FileNotFound 3

Сбой запуска файла в изолированной среде Windows, так как файл не найден.

Success 0

Запуск файла в изолированной среде Windows выполнен успешно.

TimedOut 4

Истекло время ожидания запуска файла в изолированной среде Windows.

UnknownFailure 1

При запуске файла в изолированной среде Windows неизвестен сбой.

Комментарии

Предупреждение

Это нерекомендуемый API.

Применяется к

См. также раздел