Compartilhar via


IppIntegerRange Classe

Definição

Representa informações sobre um rangeOfInteger atributo conforme definido pela especificação 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
Herança
Object Platform::Object IInspectable IppIntegerRange
Atributos

Requisitos do Windows

Família de dispositivos
Windows 11 (introduzida na 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v14.0)

Construtores

IppIntegerRange(Int32, Int32)

Cria uma nova instância da classe IppIntegerRange com os valores especificados. Esse objeto representa informações sobre um rangeOfInteger atributo, conforme definido pelo IPP (Internet Printing Protocol).

Propriedades

End

Obtém o limite superior (inclusivo) do rangeOfInteger atributo (conforme definido pelo Protocolo de Impressão da Internet (IPP)) representado pelo objeto IppIntegerRange atual.

Start

Obtém o limite inferior (inclusivo) do rangeOfInteger atributo (conforme definido pelo Protocolo de Impressão da Internet (IPP)) representado pelo objeto IppIntegerRange atual.

Aplica-se a

Confira também