Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 879 Bytes

isolatedwindowsenvironmentavailableprinters.md

File metadata and controls

47 lines (27 loc) · 879 Bytes
-api-id -api-type
T:Windows.Security.Isolation.IsolatedWindowsEnvironmentAvailablePrinters
winrt enum

Windows.Security.Isolation.IsolatedWindowsEnvironmentAvailablePrinters

-description

Deprecated. Determines which printers are accessible from within the Isolated Windows Environment.

-enum-fields

-field SystemPrintToXps:8

Allow print to XPS

-field SystemPrintToPdf:4

Allow print to PDF

-field None:0

Does not allow any printers in the container

-field Network:2

Allow network printer

-field Local:1

Allow local printer

-remarks

Warning

This is a deprecated API.

-see-also

Available printers

-examples