PrintSupportAppContracts Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enumeration supports a bitwise combination of its member values.
public enum class PrintSupportAppContracts
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1245184)]
/// [Windows.Foundation.Metadata.Experimental]
enum class PrintSupportAppContracts
/// [System.Flags]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1310720)]
enum class PrintSupportAppContracts
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1245184)]
[Windows.Foundation.Metadata.Experimental]
public enum PrintSupportAppContracts
[System.Flags]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1310720)]
public enum PrintSupportAppContracts
var value = Windows.Graphics.Printing.PrintSupport.PrintSupportAppContracts.none
Public Enum PrintSupportAppContracts
- Inheritance
-
PrintSupportAppContracts
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| JobBackgroundSession | 1 | |
| SettingsUI | 2 | |
| Extension | 4 | |
| JobUI | 8 | |
| VirtualPrinterBackgroundSession | 16 | |
| EnterpriseManagementUI | 32 |