Partager via


IppIntegerRange Classe

Définition

Représente des informations sur un rangeOfInteger attribut tel que défini par la spécification IPP (Internet Printing Protocol).

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
Héritage
Object Platform::Object IInspectable IppIntegerRange
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 11 (introduit dans 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v14.0)

Constructeurs

IppIntegerRange(Int32, Int32)

Crée une instance de la classe IppIntegerRange avec les valeurs spécifiées. Cet objet représente des informations sur un rangeOfInteger attribut tel que défini par le protocole IPP (Internet Printing Protocol).

Propriétés

End

Obtient la limite supérieure (inclusive) de l’attribut rangeOfInteger (tel que défini par le protocole IPP (Internet Printing Protocol)) qui est représenté par l’objet IppIntegerRange actuel.

Start

Obtient la limite inférieure (inclusive) de l’attribut rangeOfInteger (tel que défini par le protocole IPP (Internet Printing Protocol)) qui est représenté par l’objet IppIntegerRange actuel.

S’applique à

Voir aussi