IppAttributeValue.CreateInteger(Int32) 方法

定义

创建一个 IppAttributeValue 对象,该对象包含由 integer 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

参数

value
Int32

int

integer 特性的值。

返回

新的 IppAttributeValue 对象。

适用于