IppIntegerRange 类

定义

表示由 Internet 打印协议 (IPP) 规范定义的有关rangeOfInteger属性的信息。

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
继承
Object Platform::Object IInspectable IppIntegerRange
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

构造函数

IppIntegerRange(Int32, Int32)

使用指定的值创建 IppIntegerRange 类的新实例。 此对象表示由 Internet 打印协议 (IPP) 定义的有关 rangeOfInteger 属性的信息。

属性

End

获取由当前 IppIntegerRange 对象表示的 rangeOfInteger Internet 打印协议 (IPP) ) 定义的属性 (的上限 (非独占) 。

Start

获取由当前 IppIntegerRange 对象表示的 rangeOfInteger Internet 打印协议 (IPP) ) 定义的属性 (的下限 (非独占) 。

适用于

另请参阅