Compartir a través de


IppAttributeValue.CreateInteger(Int32) Método

Definición

Crea un objeto IppAttributeValue que contiene un integer atributo con el valor especificado, tal y como se define en el Protocolo de impresión de Internet (IPP).

public:
 static IppAttributeValue ^ CreateInteger(int value);
 static IppAttributeValue CreateInteger(int const& value);
public static IppAttributeValue CreateInteger(int value);
function createInteger(value)
Public Shared Function CreateInteger (value As Integer) As IppAttributeValue

Parámetros

value
Int32

int

Valor del atributo integer.

Devoluciones

Nuevo objeto IppAttributeValue .

Se aplica a