IsolatedWindowsEnvironmentShareFolderStatus Перечисление
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Не рекомендуется. Перечисление возможных состояний, указывающих результат запроса на общий доступ к папке.
public enum class IsolatedWindowsEnvironmentShareFolderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentShareFolderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderStatus 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 IsolatedWindowsEnvironmentShareFolderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentShareFolderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentShareFolderStatus 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 IsolatedWindowsEnvironmentShareFolderStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentShareFolderStatus.success
Public Enum IsolatedWindowsEnvironmentShareFolderStatus
- Наследование
-
IsolatedWindowsEnvironmentShareFolderStatus
- Атрибуты
Требования к Windows
Семейство устройств |
Windows 10, version 2004 (появилось в 10.0.19041.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (появилось в v2.0)
|
Поля
AccessDenied | 4 | Доступ запрещен. |
EnvironmentUnavailable | 2 | Изолированная среда Windows недоступна. |
FolderNotFound | 3 | Папка не найдена. |
Success | 0 | Выполнено. |
UnknownFailure | 1 | Неизвестный сбой. |
Комментарии
Предупреждение
Это нерекомендуемый API.