IppAttributeValueKind 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.
Defines values that represent attribute names as defined by the Internet Printing Protocol (IPP) specification.
public enum class IppAttributeValueKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
enum class IppAttributeValueKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
public enum IppAttributeValueKind
var value = Windows.Devices.Printers.IppAttributeValueKind.unsupported
Public Enum IppAttributeValueKind
- Inheritance
-
IppAttributeValueKind
- Attributes
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Fields
Name | Value | Description |
---|---|---|
Unsupported | 0 | Represents the |
Unknown | 1 | Represents the |
NoValue | 2 | Represents the |
Integer | 3 | Represents the |
Boolean | 4 | Represents the |
Enum | 5 | Represents the |
OctetString | 6 | Represents the |
DateTime | 7 | Represents the |
Resolution | 8 | Represents the |
RangeOfInteger | 9 | Represents the |
Collection | 10 | Represents the |
TextWithLanguage | 11 | Represents the |
NameWithLanguage | 12 | Represents the |
TextWithoutLanguage | 13 | Represents the |
NameWithoutLanguage | 14 | Represents the |
Keyword | 15 | Represents the |
Uri | 16 | Represents the |
UriSchema | 17 | Represents the |
Charset | 18 | Represents the |
NaturalLanguage | 19 | Represents the |
MimeMediaType | 20 | Represents the |