Freigeben über


IppIntegerRange Klasse

Definition

Stellt Informationen zu einem rangeOfInteger Attribut gemäß der IPP-Spezifikation (Internet Printing Protocol) dar.

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
Vererbung
Object Platform::Object IInspectable IppIntegerRange
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 (eingeführt in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)

Konstruktoren

IppIntegerRange(Int32, Int32)

Erstellt eine neue instance der IppIntegerRange-Klasse mit den angegebenen Werten. Dieses Objekt stellt Informationen zu einem rangeOfInteger Attribut dar, wie durch das Internet Printing Protocol (IPP) definiert.

Eigenschaften

End

Ruft die obere Grenze (inklusive) des rangeOfInteger Attributs ab (wie durch das Internet Printing Protocol (IPP) definiert), das durch das aktuelle IppIntegerRange-Objekt dargestellt wird.

Start

Ruft die untere Grenze (inklusive) des rangeOfInteger Attributs ab (wie durch das Internet Printing Protocol (IPP) definiert), das durch das aktuelle IppIntegerRange-Objekt dargestellt wird.

Gilt für:

Weitere Informationen