Поделиться через


IppAttributeValue.CreateInteger(Int32) Метод

Определение

Создает объект IppAttributeValue , содержащий integer атрибут с указанным значением, как определено протоколом 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

Параметры

value
Int32

int

Значение атрибута integer.

Возвращаемое значение

Новый объект IppAttributeValue .

Применяется к