IppAttributeValue.CreateRangeOfInteger(IppIntegerRange) Metodo

Definizione

Crea un oggetto IppAttributeValue che contiene un rangeOfInteger attributo con il valore specificato, come definito dal protocollo IPP (Internet Printing Protocol).

public:
 static IppAttributeValue ^ CreateRangeOfInteger(IppIntegerRange ^ value);
 static IppAttributeValue CreateRangeOfInteger(IppIntegerRange const& value);
public static IppAttributeValue CreateRangeOfInteger(IppIntegerRange value);
function createRangeOfInteger(value)
Public Shared Function CreateRangeOfInteger (value As IppIntegerRange) As IppAttributeValue

Parametri

value
IppIntegerRange

Valore dell'attributo rangeOfInteger.

Restituisce

Nuovo oggetto IppAttributeValue .

Si applica a