次の方法で共有


IppIntegerRange クラス

定義

インターネット印刷プロトコル (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 クラスの新しいインスタンスを作成します。 このオブジェクトは、インターネット印刷プロトコル (IPP) で定義されている属性に関する rangeOfInteger 情報を表します。

プロパティ

End

現在の IppIntegerRange オブジェクトによって表される属性 (IPP (インターネット印刷プロトコル) によって定義される) の上限 (包括的rangeOfInteger) を取得します。

Start

現在の IppIntegerRange オブジェクトによって表される属性の下限 (IPPrangeOfInteger) を取得します (IPP によって定義されます)。

適用対象

こちらもご覧ください