Compartilhar via


IppAttributeValue.CreateInteger(Int32) Método

Definição

Cria um objeto IppAttributeValue que contém um integer atributo com o valor especificado, conforme definido pelo Protocolo de Impressão da 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

O valor do integer atributo .

Retornos

O novo objeto IppAttributeValue .

Aplica-se a