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

Определение

Не рекомендуется. Определяет, какие принтеры доступны из изолированной среды Windows.

Это перечисление поддерживает побитовую комбинацию значений его членов.

public enum class IsolatedWindowsEnvironmentAvailablePrinters
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentAvailablePrinters
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentAvailablePrinters 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 IsolatedWindowsEnvironmentAvailablePrinters
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentAvailablePrinters
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentAvailablePrinters 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 IsolatedWindowsEnvironmentAvailablePrinters
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentAvailablePrinters.none
Public Enum IsolatedWindowsEnvironmentAvailablePrinters
Наследование
IsolatedWindowsEnvironmentAvailablePrinters
Атрибуты

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

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

Поля

Local 1

Разрешить локальный принтер

Network 2

Разрешить сетевой принтер

None 0

Не разрешает использование принтеров в контейнере

SystemPrintToPdf 4

Разрешить печать в PDF

SystemPrintToXps 8

Разрешить печать в XPS

Комментарии

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

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

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

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