IppIntegerRange Clase

Definición

Representa información sobre un rangeOfInteger atributo tal y como se define en la especificación del Protocolo de impresión de Internet (IPP).

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
Herencia
Object Platform::Object IInspectable IppIntegerRange
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 11 (se introdujo en la versión 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v14.0)

Constructores

IppIntegerRange(Int32, Int32)

Crea una nueva instancia de la clase IppIntegerRange con los valores especificados. Este objeto representa información sobre un rangeOfInteger atributo tal y como se define en el Protocolo de impresión por Internet (IPP).

Propiedades

End

Obtiene el límite superior (inclusivo) del rangeOfInteger atributo (tal como se define en el Protocolo de impresión de Internet (IPP)) representado por el objeto IppIntegerRange actual.

Start

Obtiene el límite inferior (inclusivo) del rangeOfInteger atributo (tal como se define en el Protocolo de impresión de Internet (IPP)) representado por el objeto IppIntegerRange actual.

Se aplica a

Consulte también