IppIntegerRange Class

Definition

Represents information about a rangeOfInteger attribute as defined by the Internet Printing Protocol (IPP) specification.

public ref class IppIntegerRange sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Printers.IIppIntegerRangeFactory, 851968, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class IppIntegerRange final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Printers.IIppIntegerRangeFactory), 851968, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class IppIntegerRange
function IppIntegerRange(start, end)
Public NotInheritable Class IppIntegerRange
Inheritance
Object Platform::Object IInspectable IppIntegerRange
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Constructors

IppIntegerRange(Int32, Int32)

Creates a new instance of the IppIntegerRange class with the specified values. This object represents information about a rangeOfInteger attribute as defined by the Internet Printing Protocol (IPP).

Properties

End

Gets the upper bound (inclusive) of the rangeOfInteger attribute (as defined by the Internet Printing Protocol (IPP)) that is represented by the current IppIntegerRange object.

Start

Gets the lower bound (inclusive) of the rangeOfInteger attribute (as defined by the Internet Printing Protocol (IPP)) that is represented by the current IppIntegerRange object.

Applies to

See also